[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs8043.cs
blob6c011e11f4a70612f36f20443762a01007eaffea
1 // CS8043: `S.S(long)': Structs with primary constructor cannot specify default constructor initializer
2 // Line: 6
3 // Compiler options: -langversion:experimental
5 struct S (int x)
7 public S (long x)
8 : this ()