[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1646.cs
blob3b962ac6dea38c414b0b5fb080079c261a314c0a
1 // CS01646: Keyword, identifier, or string expected after verbatim specifier: @
2 // Line: 6
4 class C
6 long l = @0;