|
| 1 | +{ |
| 2 | + "asc_flags": [ |
| 3 | + ], |
| 4 | + "stderr": [ |
| 5 | + "AS234: Expression does not compile to a value at runtime.", |
| 6 | + "const a = (Foo++);", |
| 7 | + "TS2541: The target of an assignment must be a variable or a property access.", |
| 8 | + "const a = (Foo++);", |
| 9 | + "AS234: Expression does not compile to a value at runtime.", |
| 10 | + "const b = (++Foo);", |
| 11 | + "TS2541: The target of an assignment must be a variable or a property access.", |
| 12 | + "const b = (++Foo);", |
| 13 | + "AS234: Expression does not compile to a value at runtime.", |
| 14 | + "const d = (Foo--);", |
| 15 | + "TS2541: The target of an assignment must be a variable or a property access.", |
| 16 | + "const d = (Foo--);", |
| 17 | + "AS234: Expression does not compile to a value at runtime.", |
| 18 | + "const e = (--Foo);", |
| 19 | + "TS2541: The target of an assignment must be a variable or a property access.", |
| 20 | + "const e = (--Foo);", |
| 21 | + "AS234: Expression does not compile to a value at runtime.", |
| 22 | + "const g = (Bar++);", |
| 23 | + "TS2541: The target of an assignment must be a variable or a property access.", |
| 24 | + "const g = (Bar++);", |
| 25 | + "AS234: Expression does not compile to a value at runtime.", |
| 26 | + "const h = (++Bar);", |
| 27 | + "TS2541: The target of an assignment must be a variable or a property access.", |
| 28 | + "const h = (++Bar);", |
| 29 | + "AS234: Expression does not compile to a value at runtime.", |
| 30 | + "const j = (Bar--);", |
| 31 | + "TS2541: The target of an assignment must be a variable or a property access.", |
| 32 | + "const j = (Bar--);", |
| 33 | + "AS234: Expression does not compile to a value at runtime.", |
| 34 | + "const k = (--Bar);", |
| 35 | + "TS2541: The target of an assignment must be a variable or a property access.", |
| 36 | + "const k = (--Bar);", |
| 37 | + "AS102: User-defined: \"EOF\"", |
| 38 | + "ERROR(\"EOF\");" |
| 39 | + ] |
| 40 | +} |
0 commit comments