fix invalid test code
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -51,7 +51,7 @@ class TypeAnnotations {
|
||||
public final Rectangle2D.Double getRect3() {
|
||||
Rectangle2D.@TypeAnnotation Double rect = null;
|
||||
int[][] i = new int @TypeAnnotation [1] @TypeAnnotation[];
|
||||
int[][] i = new @TypeAnnotation int [1] @TypeAnnotation[];
|
||||
i = new @TypeAnnotation int [1] @TypeAnnotation[];
|
||||
return rect;
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user