Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git] / mcs / tests / test-primary-ctor-06.cs
bloba92739ec96a38f76c169c1ca0c09428695a9441f
1 // Compiler options: -langversion:experimental
2 using System;
4 class ID () : IDisposable
6 void IDisposable.Dispose ()
11 class X
13 public static void Main ()