mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
testdata fixed
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ interface Generic<T> {
|
||||
|
||||
class II implements Generic<Object> {
|
||||
public SomeGeneric<?> 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