Files

5 lines
69 B
Java

@interface AbcdAnno {}
class Foo {
void foo(@Abc<caret>Foo f) {}
}