Skip to main content

module lang::flybytes::tests::GotoTests

rascal-0.34.0
flybytes-0.2.3

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());