[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs8036.cs
blob68317ac06650189872c4312378c157830c6483a9
1 // CS8036: Only one part of a partial type can declare primary constructor parameters
2 // Line: 8
3 // Compiler options: -langversion:experimental
5 partial class Part(int arg)
9 partial class Part(int arg)