DeclarationJoinLinesHandler: preserve declaration type element for implicit type

Fixes EA-138246 - IOE: PsiElementFactoryImpl.createVariableDeclarationStatement
This commit is contained in:
Tagir Valeev
2019-02-28 10:27:35 +07:00
parent a0706483b6
commit 483f9458b3
7 changed files with 55 additions and 19 deletions
@@ -0,0 +1,7 @@
class A{
{
@Foo int i = 0;
}
@interface Foo {}
}