[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs1960.cs
blob79e03de78cf4329d9db136db72e695deb1090510
1 // CS1960: Variant type parameters can only be used with interfaces and delegates
2 // Line: 4
4 class A<out T>