summary refs log tree commit diff
path: root/tests/pracownia2/error/027_boolA_index.xi
blob: e2a257f7465986385ee918b29309e34e4c1969df (plain) (blame)
1
2
3
4
5
6
7
test(a:bool[])
{
    i:bool[];
    a[i] = true;
}
//@PRACOWNIA
//@should_not_typecheck