[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0426-3.cs
blob578efcc694a5726e14434fbe77875fe9bf93ad50
1 // CS0426: The nested type `Foo' does not exist in the type `C<int>'
2 // Line: 11
4 public abstract class B<T>
6 public class Foo
11 public class C<T> : B<C<int>.Foo>