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

CS0122-10-lib.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c48750b2aa6b7c0390224eb463636abb3c960e77 (plain)
1
2
3
4
5
6
7
8
using System;

namespace X {
	public class Y {
		internal Y(String test) {
		}
	}
}