public class Gen { public static Gen[] newSelfArr () { return null; } } public class main { public static void Main () { Gen.newSelfArr (); } }