mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
testdata fixed
This commit is contained in:
@@ -4,6 +4,6 @@ interface Function<S, R> {
|
||||
|
||||
class Bar extends Function<String, ?>{
|
||||
public Object fun(String s) {
|
||||
<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