blob: add732f1dc013a5b99143669d5a0ba4eabad839c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// CS1590: Invalid XML `include' element. Missing `file' attribute
// Line: 8
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror
namespace Testing
{
/// <include/>
public class Test
{
}
}
|