cleol
[mcs.git] / tests / gtest-exmethod-17-lib.cs
blob8938393d1e5f80455eecc94e569e8acb1bcd60ad
1 // Compiler options: -t:library
3 using System;
5 namespace Testy
7 public static class TestExtensions
9 public static string MyFormat (this Object junk,
10 string fmt, params object [] args)
12 return String.Format (fmt, args);