merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / errors / cs1590.cs
1 // cs1590.cs: Invalid XML `include' element. Missing `file' attribute
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
4
5 namespace Testing
6 {
7    /// <include/>
8    public class Test
9    {
10    }
11 }
12