mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
PsiTypeElement.getType() fixed
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ import static java.lang.annotation.ElementType.*;
|
||||
class C {
|
||||
{
|
||||
Object o = null;
|
||||
@TA <caret>int @TA [] a = (@TA int[]) o;
|
||||
@TA int @TA [] a = (@TA int @TA[]) o;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user