[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0081-3.cs
blob9b9ee79fd66c64d04d7e54c8ae99f44b999d56f9
1 // CS0081: Type parameter declaration must be an identifier not a type
2 // Line: 4
4 partial class A<T, bool>
8 partial class A<T, O>