mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
EA-88093 - IOE: PsiElementFactoryImpl.createField
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
|
||||
import java.util.function.Function;
|
||||
|
||||
class Test {
|
||||
|
||||
public void foo() {
|
||||
|
||||
foo(s -> {
|
||||
new Function<String, String>() {
|
||||
{
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
|
||||
import java.util.function.Function;
|
||||
|
||||
class Test {
|
||||
|
||||
public void foo() {
|
||||
|
||||
foo(s -> {
|
||||
new Function<String, String>() {
|
||||
{
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user