summary refs log tree commit diff
path: root/tests/pracownia2/error/028_shadowing_decl_more_fpars.xi
blob: f4dcf00f626dd7290633673dd48bd6b54a35c958 (plain) (blame)
1
2
3
4
5
f(x:int, y:int)
f(x:int, y:int, z:bool)

//@PRACOWNIA
//@should_not_typecheck