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