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