mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
GitOrigin-RevId: 5af3e8f3e63d071513778759e5787fa96f89665a
7 lines
93 B
Java
7 lines
93 B
Java
class A { }
|
|
|
|
class <caret>B extends A {
|
|
void test() {
|
|
System.out.println();
|
|
}
|
|
} |