blob: 719ae1ac072ae84d24791c97f6e93a4eaf5c4ee8 [file] [log] [blame]
abstract class Super {
abstract void out();
}