summary refs log tree commit diff
path: root/tests/pracownia2/error/081_procedure_too_less_args_expect1.xi
blob: 0931f48edcc51059c4c6aaa013c3367f8d87b801 (plain) (blame)
1
2
3
4
5
6
7
8
f(x:int)

g()
{
    f()
}
//@PRACOWNIA
//@should_not_typecheck