New test.
[mono.git] / mcs / errors / cs1574-3.cs
index 5b46ff18627a978fc272bd223e792d6174d0c233..1ebf0a5e948cc3ec5113fa7589eac48b9c858714 100644 (file)
@@ -1,4 +1,7 @@
+// cs1574-3.cs: XML comment on `Test' has cref attribute `Test.Foo(int)' that could not be resolved
+// Line: 8
 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
+
 using System;
 
 /// <see cref="Test.Foo(int)"/> Test has Foo, but is property that has no args.