blob: ecf94ad4c4b8f603fb8f559da386b7796fb521d1 [file] [log] [blame]
class C {
String <caret>method() {
}
}
class C1 extends C {
String method() {
}
}