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