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:
authorMartin Baulig <martin@novell.com>2004-03-17 00:46:15 +0300
committerMartin Baulig <martin@novell.com>2004-03-17 00:46:15 +0300
commit601b8f2816159fc60b7198ed300c3f8d5b78bd5d (patch)
tree037ccad295b0f143baf26ff7b5682094e3b1b56c /mcs/errors/gcs0117.cs
parent1b4e74ea5f37b564590859f15cced2c545765c07 (diff)
Added comment.
svn path=/trunk/mcs/; revision=24176
Diffstat (limited to 'mcs/errors/gcs0117.cs')
-rw-r--r--mcs/errors/gcs0117.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/errors/gcs0117.cs b/mcs/errors/gcs0117.cs
index a289ff96f51..d0387f5daf6 100644
--- a/mcs/errors/gcs0117.cs
+++ b/mcs/errors/gcs0117.cs
@@ -1,5 +1,9 @@
class A<X>
{
+ //
+ // This is to test the lookup rules for SimpleNames:
+ // `X' is the type parameter, not the class.
+ //
public void Test (X x)
{
x.Test ();