Allow passing null to JsonArray.Add()
[mono.git] / mcs / tests / test-cls-12.cs
1 // Compiler options: -warnaserror
2
3 using System;
4
5 [module: CLSCompliant(true)]
6 [assembly: CLSCompliant(true)]
7
8 public class MainClass {
9         public static void Main () {
10         }
11 }