2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1591-9.cs
blob50be8613647ad5fce5831431ea38108d0d0281ca
1 // cs1591-9.cs: Missing XML comment for publicly visible type or member `Testing.Test.MyEvent'
2 // Line: 14
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
5 using System;
7 namespace Testing
9 /// <summary>
10 /// description for class Test
11 /// </summary>
12 public class Test
14 public event EventHandler MyEvent;