summary refs log tree commit diff
path: root/tests/pracownia2/error/021_expected_2_given3.xi
blob: 2515d4cd2ccb6f123541c1894a87e0e6da928836 (plain) (blame)
1
2
3
4
5
6
7
8
f(): int, int, int

g()
{
    x:int, y:int = f()
}
//@PRACOWNIA
//@should_not_typecheck