[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1055.cs
blob32573f7657a595b8958ff4c2571418cfaa1e0b7f
1 // CS1055: An add or remove accessor expected
2 // Line: 9
4 class E
6 delegate void test();
7 event test Event
9 bool add;