summary refs log tree commit diff
path: root/tests/pracownia2/error/083_shadowing_decl_other_fpartype.xi
blob: fbd8682297da2db92953c3d34ac2d9cbccb92fc7 (plain) (blame)
1
2
3
4
5
f(x:int)
f(x:bool)

//@PRACOWNIA
//@should_not_typecheck