mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
11 lines
149 B
Java
11 lines
149 B
Java
class A {
|
|
public void newMethod() {}
|
|
}
|
|
|
|
class B {
|
|
static class C extends A {
|
|
{
|
|
<selection>System.out.println();</selection>
|
|
}
|
|
}
|
|
} |