Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/errors/gcs1961-14.cs')
-rw-r--r--mcs/errors/gcs1961-14.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/gcs1961-14.cs b/mcs/errors/gcs1961-14.cs
index 2d53c5be33a..51a69a2b834 100644
--- a/mcs/errors/gcs1961-14.cs
+++ b/mcs/errors/gcs1961-14.cs
@@ -1,5 +1,5 @@
-// CS1961: The contravariant type parameter `T' must be invariantly valid on `B<T>.C(A<T>)'
-// Line: 9
+// CS1961: The contravariant type parameter `T' must be invariantly valid on `B<T>.C(A<T>)'
+// Line: 9
// Compiler options: -langversion:future
interface A<T>