summary refs log tree commit diff
path: root/tests/pracownia2/error/011_procedure_used_as_function_init.xi
blob: 627c35707a9dcfb2adacec904b50c8046b53e19b (plain) (blame)
1
2
3
4
5
6
7
8
f()

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