mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: b214655cfcb043081116cbb28c47dccc053a5560
7 lines
86 B
Java
7 lines
86 B
Java
class Parent<caret> {
|
|
void test(){}
|
|
}
|
|
|
|
class Child extends Parent {
|
|
void foo(){}
|
|
} |