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:
authorJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-12-02 12:33:36 +0300
committerJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-12-02 12:33:36 +0300
commite07434fb04871c50f4fedd39f200295c89f779e7 (patch)
tree9b6884c9c5b79dbacb945ac5bf9811c12810210d /mcs/errors/cs0058.cs
parenta8fbe46a6b06290a86c7bf64b86d252b3fce8a2f (diff)
Added error line.
svn path=/trunk/mcs/; revision=9342
Diffstat (limited to 'mcs/errors/cs0058.cs')
-rw-r--r--mcs/errors/cs0058.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0058.cs b/mcs/errors/cs0058.cs
index f0daf7c134f..dce4fa3aed0 100644
--- a/mcs/errors/cs0058.cs
+++ b/mcs/errors/cs0058.cs
@@ -1,5 +1,5 @@
// cs0058.cs: Incompatible accessibility. Parameter type is less accessible than delegate.
-// Line:
+// Line: 10
using System;