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