From 0185ea98394e0de8d105bfc7f5bbb3dcdeb53116 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Thu, 3 Apr 2025 16:14:38 +0200 Subject: [PATCH] fix: annotations are not expected in the middle of an array type by java parser Java parser doesn't expect an annotation in the next types, while it should: - `Object @my.Ann []` - `Object @my.Ann [] @my.OtherAnn []` closes #19642 [Cherry-picked 9c971be202ab73688dbcff50a8240cb2878097aa]