2008-02-18 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / errors / cs1570-12.cs
1 // cs1570.cs: XML comment on `T:Test' has non-well-formed XML (Cannot insert specified type of node as a child of this node.)
2 // Line: 13
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5 /// Text goes here.
6 ///
7 /// <?xml version = "1.0" encoding = "utf-8" ?>
8 /// <configuration>
9 ///     <appSettings>
10 ///         <add key = "blah" value = "blech"/>
11 ///     </appSettings>
12 /// </configuration> 
13 public class Test
14 {    
15     static void Main ()
16     {
17     }
18 }
19