mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
move OverrideImplementTest to community
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
abstract class Base {
|
||||
void foo(){}
|
||||
}
|
||||
|
||||
class Sub extends Base {
|
||||
int it;
|
||||
|
||||
@Override
|
||||
void foo() {
|
||||
<caret><selection>super.foo(); //To change body of overridden methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user