// cs1501-7.cs: No overload for method `A' takes `1' arguments // Line: 6 public class A { A[] test = { new A("test") }; }