2005-06-05 Peter Bartok <pbartok@novell.com>
[mono.git] / mcs / errors / cs1584.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
2 using System;
3 /// <seealso cref="operator foo(int,Test)"/>
4 public class Test
5 {
6 }