blob: 0c4aa3d44dfedaf0992503146bce1aff1d7b67ae [file] [log] [blame]
class A {
public void test() {
int i = 0;
String s = <selection>i + "sss</selection>s";
}
}