fix invalid test code

This commit is contained in:
Clément Fournier committed 2022-11-07 23:53:24 +01:00
1 parent 735197cff4
commit eaa6d43eab
1 file changed
+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;
}