[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0701-3.cs
blob73e7e7fc81b4a70729beaec8050d6bd9c92f5da2
1 // CS0701: `string' is not a valid constraint. A constraint must be an interface, a non-sealed class or a type parameter
2 // Line: 4
4 class Foo<T> where T : string