We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef003b2 commit 71d2095Copy full SHA for 71d2095
test/corpus/expressions.txt
@@ -1951,3 +1951,28 @@ void foo(int @Foo ... x) {
1951
(variable_declarator
1952
(identifier))))
1953
(block)))
1954
+
1955
+================================================================================
1956
+Annotations before an array's bracket
1957
1958
1959
+void foo(int @Foo @Bar [] x) {
1960
+}
1961
1962
+---
1963
1964
+(program
1965
+ (method_declaration
1966
+ (void_type)
1967
+ (identifier)
1968
+ (formal_parameters
1969
+ (formal_parameter
1970
+ (array_type
1971
+ (integral_type)
1972
+ (dimensions
1973
+ (marker_annotation
1974
+ (identifier))
1975
1976
+ (identifier))))
1977
+ (identifier)))
1978
+ (block)))
0 commit comments