2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1581.cs
bloba57231bda2980e4cd5a912181e398862b93ee771
1 // cs1581.cs: Invalid return type in XML comment cref attribute `explicit operator intp (Test)'
2 // Line: 7
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System;
6 /// <seealso cref="explicit operator intp (Test)"/>
7 public class Test
9 /// operator.
10 public static explicit operator int (Test t)
12 return 0;