7 lines
77 B
Plaintext
Raw Normal View History

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