blob: 27b95120df339af4801ce515158363654e01688b [file] [log] [blame]
class Test extends Super{
Test() {
System.out.println("Test");
}
}