blob: f86ef9d61b115b400d26287d37e3db6d276d6d00 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// CS1584: XML comment on `Test' has syntactically incorrect cref attribute `'
// Line: 8
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
using System;
/// <see cref="" />
public class Test
{
}
|