quote only work on lambda on net_4_0
[mcs.git] / errors / cs1570-7.cs
blob56302533005873c884578e4cc95afb6428e50106
1 // cs1570-7.cs: XML comment on `T:Testing.Test2' has non-well-formed XML (a name did not start with a legal character 54 (6) Line 1, position 3.)
2 // Line: 18
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 using System;
7 namespace Testing
9 /// comment without markup on class - it is allowed
10 public class Test
12 public static void Main ()
17 /// <6roken> broken markup
18 public class Test2
22 /// <dont-forget-close-tag>
23 public class Test3