[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / gtest-532-lib.cs
blob2f3db357b1f4d2c420115a0f61d3945ec96c3702
1 // Compiler options: -t:library
3 public interface IServicesContainer
5 void Register<I, T> () where T : I;
6 void Register<I> (object instance);