blob: c04ce8f94a7c747462cd8c05cc0783f5379d49b7 [file] [log] [blame]
// "Surround annotation parameter value with quotes" "false"
class X {
@interface MyAnnotation {
String c();
}
@MyAnnotation(tr<caret>ue)
void m() {
}
}