Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / CS0122-10-lib.cs
1 using System;
2
3 namespace X {
4         public class Y {
5                 internal Y(String test) {
6                 }
7         }
8 }