Details
Description
If an annotation is present in a method signature a parse error occurs:
class X {
void Y(@SomeAnno("hi") int a) { }
}
test case is attached.
If an annotation is present in a method signature a parse error occurs:
class X {
void Y(@SomeAnno("hi") int a) { }
}
test case is attached.
I've added the test as failing to AnnotationsModelTest. I think the @X() annotation before the method does not affect the test