[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
[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 }