forked from JavaTX/JavaCompilerCore
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
|
class AssertTest
|
||
|
{
|
||
|
void assertMethod()
|
||
|
{
|
||
|
assert true;
|
||
|
}
|
||
|
}
|