You've already forked linux-packaging-mono
9 lines
102 B
C#
9 lines
102 B
C#
|
|
// Compiler options: -t:library
|
||
|
|
|
||
|
|
static public class A
|
||
|
|
{
|
||
|
|
public static void Foo (this int i)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|