summary refs log tree commit diff
path: root/tests/pracownia2/error/029_expected_2_given1_joker.xi
blob: 0fd29ac0b927b87fc5395844697d91f645c6e3fd (plain) (blame)
1
2
3
4
5
6
7
8
f(): int

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