class Test { static String migrationMethod() { return ""; } void m() { String sss = migrationMethod(); sss = ""; System.out.println(sss); } }