cleol
[mcs.git] / errors / cs0516.cs
blob1baac839adc7013cb12b551ad86c8ff34661bcca
1 // cs0516.cs: Constructor `Sample.Sample()' cannot call itself
2 // Line: 5
4 class Sample {
5 public Sample (): this () {}