summary refs log tree commit diff
path: root/tests/pracownia2/error/006_decl_and_def.xi
blob: 4087f767ead567831ae76aa08396aae63fa474e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
f(x:int):bool

f(x:int):bool
{
    return true
}

//@PRACOWNIA
//@should_not_typecheck