Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 30.51
-
Fix Version/s: 32.53
-
Labels:None
-
Number of attachments :
Description
hallo
we encountered a parse error with annotations:
Encountered "interface" at line 69, column 6.
Was expecting one of:
"assert" ...
"enum" ...
<IDENTIFIER> ...
The source it stumbled uppon:
public class ClassDescriberTest {
@Retention(RetentionPolicy.RUNTIME)
@interface Constr {
}
[...]
the line with "@interface Constr" caused the error.
thanks ![]()
can you give us a link to the source causing this error?