[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / gtest-exmethod-02-lib.cs
blob17803bfada67a2d159018c6934aeb842a5d125ff
1 // Compiler options: -t:library
3 using System;
5 public static class Test
7 public static string Test_1 (this string s)
9 return ":";