8c18e6398068e2ed259ae0b31fe84a58d39c9d4c
[mono.git] / mcs / errors / cs1570-7.cs
1 // CS1570: XML documentation comment on `Testing.Test2' is not well-formed XML markup (a name did not start with a legal character 54 (6)  Line 1, position 3.)
2 // Line: 9
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
4
5 using System;
6
7 namespace Testing
8 {
9         /// <6roken> broken markup
10         public class Test2
11         {
12         }
13 }
14