summaryrefslogtreecommitdiff
path: root/mcs/errors/CS0122-10-lib.cs
blob: c48750b2aa6b7c0390224eb463636abb3c960e77 (plain)
1
2
3
4
5
6
7
8
using System;

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