blob: 15e1ab6577b48a09a52d18233dcaa44e04666f2b [file] [log] [blame]
@interface Anno {
Class<? extends String> value();
}
@Anno(String.cl<caret>)
class Foo {}