!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 assertFail(-> parser.parse("Pair a")); }