Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[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 }