Merge pull request #3565 from vargaz/no-free-imt-thunks
[mono.git] / mcs / errors / cs1590.cs
1 // CS1590: 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