summary refs log tree commit diff
path: root/tests/pracownia2/error/085_expecting2_given_proc.xi
blob: d39d1037d3407931b0cf91170807a1bdbc541f6e (plain) (blame)
1
2
3
4
5
6
7
8
g()

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