Update to recent changes -- mostly testcases failing due to missing ArrayList
[mcs.git] / tests / gtest-exmethod-02-lib.cs
blob3d219af6c271e8bca61c44b6a1e7d473f37e8c94
1 // Compiler options: -t:library
3 using System;
5 public static class Test
7 public static string Test_1 (this string s)
9 return ":";