[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / CS0165-51-lib.cs
blob357657698e6399770b24dd93a7787579991b81c3
1 public struct S<T> where T : class
3 private T t;