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