Copy from 72246 to trunk
[mono.git] / mcs / tests / gtest-exmethod-04-lib.cs
1 // Compiler options: -t:library -langversion:linq\r
2 \r
3 using System;\r
4 \r
5 namespace A\r
6 {\r
7         public static class A\r
8         {\r
9                 public static string Test_1 (this string s)\r
10                 {\r
11                         return ":";\r
12                 }\r
13         }\r
14 }\r