[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0526.cs
blob95525373c58160f84251cac9771f2a8a4b009a99
1 // CS0526: Interfaces cannot contain contructors
2 // Line: 5
4 public interface Interface {
5 public Interface ()