linux-packaging-mono/mcs/tests/gtest-exmethod-22-lib.cs

9 lines
102 B
C#
Raw Permalink Normal View History

// Compiler options: -t:library
static public class A
{
public static void Foo (this int i)
{
}
}