1 | !include once #1034831 // Gazelle 22 Function Include for Testing |
2 | |
3 | svoid test_leftArrowScriptCompileErrors() {
|
4 | new GazelleV_LeftArrowScriptParser parser; |
5 | parser.allowTheWorld(); |
6 | |
7 | // Trying to access a non-static field as a static field |
8 | S src = "Pair a"; |
9 | assertFail(src, -> printIndentedStruct(parser.parse(src))); |
10 | } |
Began life as a copy of #1034738
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035011 |
| Snippet name: | test_leftArrowScriptCompileErrors |
| Eternal ID of this version: | #1035011/3 |
| Text MD5: | bfd4ff34c013fe4353d6d4c21484d8fa |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-04-27 14:08:55 |
| Source code size: | 336 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 770 / 787 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |