[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1589.cs
blobabc783f99b24d7b9f35dac0f2ff8447252879039
1 // CS1589: Unable to include XML fragment `/root/@attr' of file `cs1589.inc'. The specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type
2 // Line: 15
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 namespace Testing
7 /// <include file='cs1589.inc' path='/foo' />
8 public class Test
10 public static void Main ()
14 /// <include file='cs1589.inc' path='/root/@attr'/>
15 public string S3;