Updated.
[mono.git] / mcs / errors / cs1580-2.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
2 using System;
3 /// <see cref="Method(x,y)"/>
4 public class Test
5 {
6 }