11 lines
205 B
C#
11 lines
205 B
C#
|
// 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
|
||
|
{
|
||
|
}
|