re-styled
[mono.git] / mcs / tests / gtest-exmethod-02-lib.cs
1 // Compiler options: -t:library -langversion:linq\r
2 \r
3 using System;\r
4 \r
5 public static class Test\r
6 {\r
7         public static string Test_1 (this string s)\r
8         {\r
9                 return ":";\r
10         }\r
11 }\r