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