[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs7081.cs
blob20597c1465cb532639b669f4efecfa2841351bd7
1 // CS7081: The CallerMemberNameAttribute applied to parameter `o' will have no effect. It is overridden by the CallerLineNumberAttribute
2 // Line: 9
3 // Compiler options: -warnaserror
5 using System.Runtime.CompilerServices;
7 class D
9 void Foo ([CallerMemberName, CallerLineNumber] object o = null)