mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 01:53:51 +07:00
Fixes EA-138246 - IOE: PsiElementFactoryImpl.createVariableDeclarationStatement
9 lines
75 B
Java
9 lines
75 B
Java
class A{
|
|
{
|
|
var <caret>i;
|
|
i = 0;
|
|
}
|
|
|
|
@interface Foo {}
|
|
}
|