mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
move OverrideImplementTest to community
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
abstract class IX {
|
||||
void foo(){}
|
||||
}
|
||||
|
||||
class XXC extends IX {
|
||||
@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