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