13 lines
177 B
C#
13 lines
177 B
C#
|
using System;
|
||
|
|
||
|
namespace MicroFocus.MONO.Bugs
|
||
|
{
|
||
|
public class Odd
|
||
|
{
|
||
|
private static readonly Type[] _argTypes = { typeof(object[]) };
|
||
|
|
||
|
public static void Main()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|