blob: 09d1aa0f8b1bf2f54afda83b17ddb3d11dfd6f53 [file] [log] [blame]
public class XXX {
void f() {
String <caret>s1 = "dddddd";
String s = s1;
}
}