Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / CS0165-19-lib.cs
1 public struct S
2 {
3         internal int private_value;
4         
5         public void Test ()
6         {
7         }
8 }