!include once #1034831 // Gazelle 22 Function Include for Testing svoid test_leftArrowScriptCompileErrors() { new GazelleV_LeftArrowScriptParser parser; parser.allowTheWorld(); // Trying to access a non-static field as a static field S src = "Pair a"; assertFail(src, -> printIndentedStruct(parser.parse(src))); }