mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
testdata fixed
This commit is contained in:
@@ -6,6 +6,6 @@ class f{
|
||||
class ff extends f {
|
||||
@Override
|
||||
String foo() {
|
||||
<selection>return super.foo(); //To change body of overridden methods use File | Settings | File Templates.</selection>
|
||||
<selection>return super.foo();</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user