[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1025-2.cs
blobe65a434569beb9c652e192a20b2d206618407f8c
1 // CS1025 : Single-line comment or end-of-line expected
2 // Line: 6
4 #if DEBUG DEBUG
5 // ...
6 #endif