* TabControl.cs: Change SetTab so it adds the tabpage to the list
[mono.git] / mcs / errors / gcs0405.cs
index 18352097d4a5e415dae5c9f2a8675cbae76fcb2e..7a362e679d2a84f2fcc7c3e73c431f30e1605b67 100644 (file)
@@ -1,3 +1,6 @@
+// gcs0405.cs: Duplicate constraint `I' for type parameter `T'
+// Line: 8
+
 interface I { }
 
 class Foo<T>