mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +07:00
testdata fixed
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
class Test {
|
||||
{
|
||||
((Runnable) () -> {
|
||||
//To change body of implemented methods use File | Settings | File Templates.
|
||||
|
||||
}).getClass();;
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,7 @@ class Test {
|
||||
new Ru<caret>nnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
//To change body of implemented methods use File | Settings | File Templates.
|
||||
|
||||
}
|
||||
}.getClass();;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ class Test2 {
|
||||
bar(new I<Stri<caret>ng>() {
|
||||
@Override
|
||||
public String foo(List<String> list) {
|
||||
return null; //To change body of implemented methods use File | Settings | File Templates.
|
||||
return null;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user