summary refs log tree commit diff
path: root/tests/pracownia2/error/049_shadowing_decl_return_more.xi
blob: 2c00290971daa0f962171b06c817639e44c84f5f (plain) (blame)
1
2
3
4
5
f(x:int) : int
f(x:int) : int, int

//@PRACOWNIA
//@should_not_typecheck