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