Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs1960.cs
1 // CS1960: Variant type parameters can only be used with interfaces and delegates
2 // Line: 4
3
4 class A<out T>
5 {
6 }