Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-528.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83878c41e78438f13d063402e2bc87ef7c56fb25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;

namespace MicroFocus.MONO.Bugs
{
	public class Odd
	{
		private static readonly Type[] _argTypes = { typeof(object[]) };

		public static void Main()
		{
		}
	}
}