blob: dd3fa561acd9e189b2bc95bced47d23369680687 [file] [log] [blame]
public class X {
void f() {
String foo = "val" + <spot>"b"</spot>;
}
}