Bump API snapshot submodule
[mono.git] / mcs / errors / cs1574.cs
1 // CS1574: XML comment on `Test' has cref attribute `explicit operator int (bool)' that could not be resolved
2 // Line: 7
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5 using System;
6 /// <seealso cref="explicit operator int (bool)"/>
7 public class Test
8 {
9 }