Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git] / mcs / tests / gtest-536.cs
blob6808be527913dd5559f3ea4448bca9eb7cc65e3e
1 using System;
3 public class Test
6 public sealed class Expression<TDelegate>
10 public class Expression
12 public static void Test ()
17 public static void Main ()
19 Expression.Test ();