summary refs log tree commit diff
path: root/tests/pracownia2/error/090_expected_2_given3_joker.xi
blob: 47373fabd5305d8ed346ac6694cad869797c0f5e (plain) (blame)
1
2
3
4
5
6
7
8
f(): int, int, int

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