add SafeSerializationEventArgs
[mcs.git] / tests / gtest-exmethod-24-lib.cs
blob71dd6607c31da3f0fbd071cae4967b412e6a4fd2
1 // Compiler options: -target:library
3 using System.Runtime.CompilerServices;
5 namespace lib1
7 internal static class Foo
9 // It compiles fine, if I make this a non-extension-method:
10 public static void Extend (this string aString)