summary refs log tree commit diff
path: root/tests/pracownia2/error/009_shadowing_decl_return.xi
blob: 66fe649627bd374dcec5d8cc60b49e2570b84641 (plain) (blame)
1
2
3
4
5
f(x:int)
f(x:int) : int

//@PRACOWNIA
//@should_not_typecheck