mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-15 20:26:04 +07:00
11 lines
113 B
Java
11 lines
113 B
Java
public class Dot11 extends A {
|
|
void foo1(){}
|
|
|
|
{
|
|
this.<caret>
|
|
}
|
|
}
|
|
|
|
class A{
|
|
void foo(){}
|
|
} |