1 // cs1581-2.cs: Invalid return type in XML comment cref attribute `explicit operator int (Test)'
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
6 /// <seealso cref="explicit operator int (Test)"/>
10 public static explicit operator int [] (Test t
)