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

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