blob: a03677e097a8e0445b74ff43b3273c967c47416e [file] [log] [blame]
// "Surround annotation parameter value with quotes" "false"
class X {
void m() {
String s = 123<caret>45;
}
}