quote only work on lambda on net_4_0
[mcs.git] / errors / cs1581-2.cs
blob50a2fd1dab615b78f471f4b9b1d8a7c88e5234d8
1 // cs1581-2.cs: Invalid return type in XML comment cref attribute `explicit operator int (Test)'
2 // Line: 7
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System;
6 /// <seealso cref="explicit operator int (Test)"/>
7 public class Test
9 /// operator.
10 public static explicit operator int [] (Test t)
12 return new int [0];