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/cs0035.cs')
-rw-r--r--mcs/errors/cs0035.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0035.cs b/mcs/errors/cs0035.cs
index 72e2380a73b..7caf83374c7 100644
--- a/mcs/errors/cs0035.cs
+++ b/mcs/errors/cs0035.cs
@@ -21,4 +21,4 @@ class M
A a = new A ();
float f = -a;
}
-}
+}