2016-02-22 11:00:01 -05:00
|
|
|
// Compiler options: -nostdlib -noconfig -r:mscorlib.dll -r:System.Core.dll -lib:../class/lib/net_4_x
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
public static class T
|
|
|
|
{
|
|
|
|
public static void A (this string v, int a)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void Main ()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|