add SafeSerializationEventArgs
[mcs.git] / tests / gtest-exmethod-34.cs
blob918e25822088a6247831e820f5beda9f7a2d3da2
1 // Compiler options: -warnaserror
3 public static class Program
5 static void Foo (this object o)
9 public static void Main ()
11 const object o = null;
12 o.Foo ();