[interp] Don't check for exception in native wrappers (#14184)
[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 ()