7 lines
78 B
C#
7 lines
78 B
C#
|
class X {
|
||
|
public static void Main ()
|
||
|
{
|
||
|
System.IFormattable foo = -1;
|
||
|
}
|
||
|
}
|