blob: 3e0ad12c2ff6162ef38f660c6f5fadd769971105 (
plain)
1
2
3
4
5
6
7
8
9
|
// CS1574: XML comment on `Test' has cref attribute `explicit operator int (bool)' that could not be resolved
// Line: 7
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
using System;
/// <seealso cref="explicit operator int (bool)"/>
public class Test
{
}
|