[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[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 }