2010-04-02 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1574-5.cs
blobdff8f0f66e9dcea00584fa45dce84648661a6906
1 // cs1574-5.cs: XML comment on `Test' has cref attribute `Goo' that could not be resolved
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System;
7 /// <see cref="Goo"/> ... does not exist
8 public class Test
10 string Foo {
11 get { return null; }
15 class X
17 static void Main ()
18 { }