Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs0146-5.cs
1 // CS0146: Circular base class dependency involving `A' and `A'
2 // Line: 4
3
4 class A : A {}