summary refs log tree commit diff
path: root/tests/pracownia2/error/116_length_int.xi
blob: b491aa1328ff351464194842bf6ed38616b57caf (plain) (blame)
1
2
3
4
5
6
test(x:int):int
{
    return length(x)
}
//@PRACOWNIA
//@should_not_typecheck