update
[mono.git] / mcs / errors / cs1580.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
2 using System;
3 /// <seealso cref="Foo(x)"/>
4 public class Test
5 {
6         int Foo ()
7         {
8                 return 0;
9         }
10 }