summary refs log tree commit diff
path: root/tests/pracownia2/error/014_if_cond_boolA.xi
blob: b8c0f8d08e5023be20384ed2ff087c3f302d9e72 (plain) (blame)
1
2
3
4
5
6
7
test(x:bool[])
{
    if x {
    }
}
//@PRACOWNIA
//@should_not_typecheck