[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / gtest-exmethod-40.cs
blob5565c560dd43845135c059b71823b4a3e7364890
1 // Compiler options: -r:gtest-exmethod-40-lib.dll
3 namespace N.Extensions
5 public static class s
7 public static void ShouldEqual (this string text, string name, string value, string domain, string path)
14 namespace N.Main
16 using N.Extensions;
18 public class C
20 public static void Main ()
22 string v = "";
23 v.ShouldEqual ("");