[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / CS0425-7-lib.cs
bloba445800b3462311d2eb7017ece965234675ac33f
1 // CS0425:
2 // Line:
4 public interface IA
6 void Foo<U> ();
9 public class CA
11 public void Foo<T> () where T : class