mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
EA-53504 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Split into declaration and assignment" "true"
|
||||
class Test {
|
||||
{
|
||||
String l;
|
||||
l = {"foo"};
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Split into declaration and assignment" "true"
|
||||
class Test {
|
||||
{
|
||||
String l <caret>= {"foo"};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user