// Compiler options: -doc:xml-057.xml /warnaserror /warn:4 namespace Test { using System; /// Documentation Text public delegate void FirstTestDelegate (T obj) where T : Exception; /// test public interface TestInterface { } } class A { static void Main () { } }