// CS0516: Constructor `A.A(T)' cannot call itself // Line: 7 public class A { public A (T i) : this (i) { } }