blob: a7277f4468ed7d6fd1b1ba6b491748016cbcaac4 [file] [log] [blame]
class A {
public void test() {
String str = "sintellijidearulezzzs";
String s = "intellijidearulezzz" + str + "sintellijidearulezzz";
}
}