summary refs log tree commit diff
path: root/tests/pracownia2/error/114_return_multireturn_func_not_allowed.xi
blob: 07345d927e04b8b83fc9b3287b3c47d20c2e578f (plain) (blame)
1
2
3
4
5
6
7
8
g():int,int

f():int,int
{
    return g()
}
//@PRACOWNIA
//@should_not_typecheck