[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0822.cs
blob023ac1c14532256a5ec2bfed4a56a654023fb136
1 // CS0822: An implicitly typed local variable cannot be a constant
2 // Line: 9
5 public class Test
7 static void Main ()
9 const var v = 0;