EA-88093 - IOE: PsiElementFactoryImpl.createField

This commit is contained in:
Anna Kozlova
2016-09-23 12:46:57 +03:00
parent 558da78dd2
commit 3856ae2cb0
4 changed files with 41 additions and 0 deletions
@@ -0,0 +1,17 @@
import java.util.function.Function;
class Test {
public void foo() {
foo(s -> {
new Function<String, String>() {
{
<caret>
}
}
})
}
}
@@ -0,0 +1,17 @@
import java.util.function.Function;
class Test {
public void foo() {
foo(s -> {
new Function<String, String>() {
{
<caret>
}
}
})
}
}