module lang::flybytes::tests::GotoTests
rascal-0.40.17
flybytes-0.2.8
Usage
import lang::flybytes::tests::GotoTests;
Source code
http://github.com/usethesource/flybytes/blob/main/src/lang/flybytes/tests/GotoTests.rsc
Dependencies
import lang::flybytes::Syntax;
import lang::flybytes::Compiler;
function GotoClass1
Class GotoClass1()
function testGotoClass
bool testGotoClass(Class c)
Tests
test breakContinueLabeledBlock
test bool breakContinueLabeledBlock() = testGotoClass(GotoClass1());