aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/def_var_recovery.bad
blob: be73d39abf742a12c5eb5e104f4cb6fc9d32843d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


list[[]] xxx1;  // ERROR
int a1;
int#[[]] xxx2;  // ERROR
int a2;

int xxx3 [];    // ERROR
int b1;
int xxx4 #[];   // ERROR
int b2;

int xxx5 = ;    // ERROR
int c;

int yyy
int zzz;        // ERROR