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

//@PRACOWNIA
//@should_not_typecheck