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