Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / CS0103-2-lib.cs
1 public class C
2 {
3         int i;
4 }