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