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:
authorRaja R Harinath <harinath@hurrynot.org>2005-02-18 16:42:55 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-02-18 16:42:55 +0300
commit6857b64351cc63113d9f45efdd294c17d89d7e27 (patch)
tree4050de9fcc265e90fb60a874377779b9b61acffe /mcs/errors/ChangeLog
parenta847f8449c7d3ba477c8a28bd5462f8c179b7edc (diff)
Fix #72678.
* mcs/expression.cs (Argument.Resolve): Handle a case of CS0120 here. * errors/cs0120-5.cs: New test from #72678. svn path=/trunk/mcs/; revision=40860
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 0082f2748fc..43e35ffb40d 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,5 +1,7 @@
2005-02-18 Raja R Harinath <rharinath@novell.com>
+ * cs0120-5.cs: New test from #72678.
+
* cs0131-3.cs: New test from #63202.
2005-02-16 Raja R Harinath <rharinath@novell.com>