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