[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1013.cs
blob004da56aaa500f09080658e2d5f9519cbdc89691
1 // CS1013: Invalid number
2 // Line : 6
4 class X
6 static int i = 0x;