mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-10 07:10:12 +07:00
18 lines
257 B
Java
18 lines
257 B
Java
/**
|
|
* Created by IntelliJ IDEA.
|
|
* User: ik
|
|
* Date: 27.01.2003
|
|
* Time: 19:35:37
|
|
* To change this template use Options | File Templates.
|
|
*/
|
|
public class Dot11 extends A {
|
|
void foo1(){}
|
|
|
|
{
|
|
this.<caret>
|
|
}
|
|
}
|
|
|
|
class A{
|
|
void foo(){}
|
|
} |