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