blob: df0efa21aa14980df256a76359d6a6c00120288a [file] [log] [blame]
class A {
public void test() {
String str = "ss";
String s = "s" + str + "s";
}
}