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