1 // CS1574: XML comment on `Test' has cref attribute `Format()' that could not be resolved
3 // Compiler options: -doc:dummy.xml -warnaserror
5 /// <see cref="Format()" />
6 /// <see cref="Test()" />
13 public Test (string a
) {
17 public static void Format (object a
)