blob: 48a3fe14f926e83135c8e082e4d052a8d2c80696 [file] [log] [blame]
public class X {
void f() {
String foo = "val" + "b";
}
}