[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1570.cs
blobc809e4389081210dc9125d0ec19a0c24fadc2c29
1 // CS1570: XML documentation comment on `Testing.Test2' is not well-formed XML markup (The 'summary' start tag on line 1 position 3 does not match the end tag of 'incorrect'. Line 3, position 4.)
2 // Line: 12
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System;
7 namespace Testing
9 /// <summary>
10 /// Incorrect comment markup.
11 /// </incorrect>
12 public class Test2