2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-exmethod-04-lib.cs
blob2375e1764a7d685d7b723b8f7ee3c1b5aa0cd29a
1 // Compiler options: -t:library
3 using System;
5 namespace A
7 public static class A
9 public static string Test_1 (this string s)
11 return ":";