Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git] / mcs / errors / cs0516.cs
blob5c41f8dc4e7a3233722dc1eb56fcf70ccf64f879
1 // CS0516: Constructor `Sample.Sample()' cannot call itself
2 // Line: 6
4 class Sample {
5 public Sample ()
6 : this ()