[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1105-2.cs
blobc4d0583eeb1e65e9b21603f0e460cf4a10ab2b90
1 // CS1105: `ITest.Method(this int)': Extension methods must be declared static
2 // Line: 6
4 interface ITest
6 void Method (this int a);