[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0568-2.cs
blob56538e7f91d44855e404f83bd1d366b01811eb41
1 // CS0568: Structs cannot contain explicit parameterless constructors
2 // Line: 5
4 struct Sample {
5 public Sample ()
6 : this ()