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