[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs8037.cs
blob39e695003a65aef86608895cbba29a19fecb4e0c
1 // CS8037: `S.S(long)': Instance constructor of type with primary constructor must specify `this' constructor initializer
2 // Line: 6
3 // Compiler options: -langversion:experimental
5 class S (int arg)
7 public S (long l)