mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
testdata fixed
This commit is contained in:
@@ -5,6 +5,6 @@ abstract class IX {
|
||||
class XXC extends IX {
|
||||
@Override
|
||||
void foo() {
|
||||
<caret><selection>super.foo(); //To change body of overridden methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection>super.foo();</selection>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user