[mini] Always emit safepoints, except WASM
[mono-project.git] / mcs / errors / cs1591-5.cs
blobd0c4088359e96a6e264f664958d11959786f4d88
1 // CS1591: Missing XML comment for publicly visible type or member `Testing.MyDelegate'
2 // Line: 9
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
5 using System;
7 namespace Testing
9 public delegate void MyDelegate (object o, EventArgs e);