Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / errors / gcs1960.cs
1 // CS1960: Variant type parameters can only be used with interfaces and delegates
2 // Line: 5
3 // Compiler options: -langversion:future
4
5 class A<out T>
6 {
7 }