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

g()
{
    f()
}

//@PRACOWNIA
//@should_not_typecheck