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

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