[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs8082-4.cs
blob6ae941b15e2b65fac2f20460b68b5a9c91206c1f
1 // CS8082: An argument to nameof operator cannot include sub-expression
2 // Line: 8
4 class C
6 void Foo ()
8 var s = nameof (1.ToString);