blob: b8dc76d265a086922d182e5fe98ce4cdda21a01e [file] [log] [blame]
@interface Anno {
String value();
String name();
}
@Anno(<caret>)
class Foo {}