JavaTXCompilerInJavaTX/test/parser/AssertTest.jav

7 lines
77 B
Plaintext
Raw Normal View History

2017-09-23 16:33:48 +00:00
class AssertTest
{
void assertMethod()
{
assert true;
}
}