2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1574-8.cs
blob0fecec28b6fcf26f5d909cb1a8c136dd8e0c26c9
1 // cs1574-8.cs: XML comment on `Test' has cref attribute `Format()' that could not be resolved
2 // Line: 5
3 // Compiler options: -doc:dummy.xml -warnaserror
4 /// <summary>
5 /// <see cref="Format()" />
6 /// <see cref="Test()" />
7 /// </summary>
8 public class Test {
9 static void Main () {
12 /// <summary />
13 public Test (string a) {
16 /// <summary />
17 public static void Format (object a)