module lang::flybytes::tests::GotoTests
rascal-0.41.2
org.rascalmpl.flybytes-0.2.10
Usage
import lang::flybytes::tests::GotoTests;
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());