[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0133-6.cs
blob28448dd6de88bf70e6b2a28c64db4617a83508e5
1 // CS0133: The expression being assigned to `o' must be a constant or default value
2 // Line: 8
4 class X
6 void Foo ()
8 const object o = "" ?? null;