[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0458-10.cs
blobe334822a2edc6ccb34a744e9ec1343c29adda948
1 // CS0458: The result of the expression is always `null' of type `bool?'
2 // Line: 8
3 // Compiler options: -warnaserror -warn:2
5 class C
7 static void Foo()
9 bool? b = false | null;