summary refs log tree commit diff
path: root/tests/pracownia2/error/060_procedure_too_less_args_expect2.xi
blob: 0eb163d92c53ae5ed56a59839f7ea3b0ea20980b (plain) (blame)
1
2
3
4
5
6
7
8
f(x:int, y:int)

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