// Compiler options: -doc:dummy.xml -warn:4 -warnaserror namespace Testing { /// test class public class Test { /// correct public void Baz (int i, int j) {} } }