EA-53504 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText

This commit is contained in:
Anna Kozlova
2014-01-24 15:33:28 +04:00
parent 3f409f1f7a
commit 389fc762e1
4 changed files with 45 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
// "Split into declaration and assignment" "true"
class Test {
{
String l;
l = {"foo"};
}
}

View File

@@ -0,0 +1,6 @@
// "Split into declaration and assignment" "true"
class Test {
{
String l <caret>= {"foo"};
}
}