[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8049.cs
blobe747fdcca9df50e6f6aec901de65183c512bbab9
1 // CS8049: Implemented interfaces cannot have arguments
2 // Line: 6
3 // Compiler options: -langversion:experimental
5 using System;
7 class ID () : IDisposable ()
9 public void Dispose ()