!include once #1034034 // Gazelle 22 Function Include for Scripts please include class IF1. please include class IF0. svoid test_leftArrowScript_lambdas() { // Test IF1 with global function (l) new TestFunctionValues(l1 leftArrowVerbose) .io([[map (IF1 l) (ll "hey ho" "world")]], ll(6, 5)) .run(); // Test IF0 with method on implicit object class X { int i = 1; int next() { ret i++; } } new GazelleV_LeftArrowScriptParser parser; parser.allowTheWorld(new X, mc()); assertEqualsVerbose(ll(1, 2, 3), parser.parse("repF 3 (IF0 next)")!); }