[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs7083.cs
blob5f359c3df625cae97dde28479c733bb22eccc114
1 // CS7083: Expression must be implicitly convertible to Boolean or its type `C' must define operator `true'
2 // Line: 8
4 class C
6 dynamic M (dynamic d)
8 return this || d;