11 lines
265 B
C#
Raw Normal View History

// CS1584: XML comment on `Test' has syntactically incorrect cref attribute `IList(<>)'
// Line: 8
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
using System.Collections.Generic;
/// <returns>A <see cref="IList({})" />.</returns>
public class Test
{
}