// Compiler options: -doc:xml-066.xml static class C { static void Foo (this int a, T t, U[] u) { } /// static void Foo2 (this int a, T t) { } public static void Main () { } }