1 2 3 4 5 6 7 8 9 10 11
// Compiler options: -t:library using System; public static class Test { public static string Test_1 (this string s) { return ":"; } }