Bug: Repeated modifier if method is annotated

andrei.eremeev andrei.eremeev at oracle.com
Mon Feb 16 15:46:39 UTC 2015


Hi REPL team,

Annotation in methods causes error "repeated modifier".

@interface A {}
public void testFile() {}

|  Error:
|  repeated modifier
|  @A public void f() {}
|     ^

Andrei Eremeev


More information about the kulla-dev mailing list