dlr bug
[mcs.git] / tests / gtest-exmethod-09.cs
blobe780e6080c50c19f9873cd6ffa77ad407c0d8326
3 static class Test
5 public static void Foo<T> (this string p1)
10 class C
12 public static void Main ()
14 //int x = Test.Foo<bool> ("bb");
15 "a".Foo<bool> ();