Revert "doh, miscopied file names."
[mono-project.git] / mcs / errors / cs1961-24.cs
blob44ff2e105c5c275155d0de3944cea202f1ac8560
1 // CS1961: The covariant type parameter `T' must be invariantly valid on `B<T>()'
2 // Line: 8
4 interface A<T>
8 delegate A<T> B<out T> ();