[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0215.cs
blob95d77a546b7e7b052406edb247395e170830b779
1 // CS0215: The return type of operator True or False must be bool
2 // Line: 11
4 class Blah {
6 public static void Main ()
11 public static int operator true (Blah i) {}