blob: 406ddfa08b2eab9e5a6bffcb25379c28ce3fdc7e [file] [log] [blame]
abstract class IX {
void foo(){}
}
class XXC extends IX {
<caret>
}