cleol
[mcs.git] / errors / cs1589.cs
blob28cceed3a71af51c5f72d05488d39402b4f356bf
1 // cs1589.cs: Unable to include XML fragment `/root/@attr' of file `cs1589.inc' (Cannot insert specified type of node as a child of this node.)
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;