blob: e883ab1004fa4133c920486f3e6c807309032129 [file] [log] [blame]
abstract class Test {
abstract String foo();
}