[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1525-55.cs
blob94621fef2ad018ad08bf96481b2f83d8b133b6a3
1 // CS1525: Unexpected symbol `)', expecting `(', `,', `.', or `]'
2 // Line: 8
4 namespace CompilerCrashWithAttributes
6 public class Main
8 [MyAttribute1, MyAttribute1)]
9 public Main ()
14 public class MyAttribute1 : Attribute