[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0103-14.cs
blobaacf9a243792284b750810724cd1182aa252807d
1 // C0103: The name `s' does not exist in the current context
2 // Line: 7
3 // Compiler options: -langversion:experimental
5 class Test(string s)
7 public Test ()
8 : this (s)