summary refs log tree commit diff
path: root/tests/pracownia2/error/108_bool_as_A_from_A.xi
blob: 15c1e4b27fa7536f00eb8836bf2cb0589214d769 (plain) (blame)
1
2
3
4
5
6
test(x:bool[])
{
    x[0][0] = true;
}
//@PRACOWNIA
//@should_not_typecheck