1 // cs1591-14.cs: Missing XML comment for publicly visible type or member `Testing.Test.operator !(Testing.Test)'
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
10 /// description for class Test
14 public static bool operator ! (Test t
)