TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs0425-7.cs
blob568efc55fd5ceb883e08f9108da5a77a6d414d17
1 // CS0425: The constraints for type parameter `T' of method `CA.Foo<T>()' must match the constraints for type parameter `U' of interface method `IA.Foo<U>()'. Consider using an explicit interface implementation instead
2 // Line: 5
3 // Compiler options: -r:CS0425-7-lib.dll
5 public class CB : CA, IA
7 public static void Main ()