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