mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
testdata fixed
This commit is contained in:
@@ -8,7 +8,7 @@ interface B {
|
||||
|
||||
class C extends A implements B {
|
||||
public F foo() {
|
||||
<selection>return null; //To change body of implemented methods use File | Settings | File Templates.</selection>
|
||||
<selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user