w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1581.cs
blob49550138e6c3ef9cf951a4254990f6d0d0eb98c1
1 // CS1581: 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;