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 b065740 commit 6018d68Copy full SHA for 6018d68
test/corpus/expressions.txt
@@ -1986,3 +1986,28 @@ try {
1986
(type_identifier)))
1987
(identifier))
1988
(block))))
1989
+
1990
+================================================================================
1991
+Annotations before an array's bracket
1992
1993
1994
+void foo(int @Foo @Bar [] x) {
1995
+}
1996
1997
+---
1998
1999
+(program
2000
+ (method_declaration
2001
+ (void_type)
2002
+ (identifier)
2003
+ (formal_parameters
2004
+ (formal_parameter
2005
+ (array_type
2006
+ (integral_type)
2007
+ (dimensions
2008
+ (marker_annotation
2009
+ (identifier))
2010
2011
+ (identifier))))
2012
+ (identifier)))
2013
+ (block)))
0 commit comments