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