DEBSOURCES
Skip Quicknav
sources / mono / 4.6.2.7%2Bdfsg-1 / mcs / errors / cs1729-7.cs
12345678
// CS1729: The type `A' does not contain a constructor that takes `1' arguments // Line: 6 public class A { A[] test = { new A("test") }; }