PsiTypeElement.getType() fixed

This commit is contained in:
Roman Shevchenko
2013-04-04 19:38:46 +02:00
parent 3d75dc6664
commit fc602c65bc
11 changed files with 284 additions and 210 deletions
@@ -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;
}
}