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-18.cs')
-rw-r--r--mcs/errors/gcs1961-18.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/gcs1961-18.cs b/mcs/errors/gcs1961-18.cs
index dbdb6c031f4..ac551a67dba 100644
--- a/mcs/errors/gcs1961-18.cs
+++ b/mcs/errors/gcs1961-18.cs
@@ -1,5 +1,5 @@
-// CS1961: The covariant type parameter `T' must be invariantly valid on `B<T>.A'
-// Line: 9
+// CS1961: The covariant type parameter `T' must be invariantly valid on `B<T>.A'
+// Line: 9
// Compiler options: -langversion:future
interface A<T>