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