summary refs log tree commit diff
path: root/tests/pracownia2/error/010_def_and_decl.xi
blob: f89d6bf950e30ef97c62513c4df5bdcab5cec74f (plain) (blame)
1
2
3
4
5
6
7
8
9
f(x:int):bool
{
    return true
}

f(x:int):bool

//@PRACOWNIA
//@should_not_typecheck