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

//@PRACOWNIA
//@should_not_typecheck