Hi REPL team, Annotation in methods causes error "repeated modifier". @interface A {} public void testFile() {} | Error: | repeated modifier | @A public void f() {} | ^ Andrei Eremeev