// Compiler options: -doc:xml-030.xml -warn:4 -warnaserror using System; class Test { static void Main () {} /// /// some summary /// /// /// /// /// /// /// /// // // .. csc incorrectly allows it // ... csc does not allow it. // public void foo2() { } /// /// . /// . /// . /// . /// /// The formatting string. /// The object array to write into format string. public void foo3(string line, params object[] args) { } }