blob: fd81f9206e7a5ce341671647065e556b962cf6a5 (
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
{
}
|