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