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:
authorMiguel de Icaza <miguel@gnome.org>2002-03-29 01:24:28 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-29 01:24:28 +0300
commitadd513886ed3e0120074d0a474123f7280c98b3c (patch)
tree383790228693579e0c6201fe1b0a435d1753df1c /mcs/tests/test-60.cs
parent0caac90f3c3202a0926f123301591e665c1f6b61 (diff)
2002-03-28 Miguel de Icaza <miguel@ximian.com>
* decl.cs (MemberCore.CheckMethodAgainstBase): Test if the accessibility of a member has changed during override and report an error if so. * class.cs (Method.Define, Property.Define): Only complain on overrides if the method is private, any other accessibility is fine (and since we just checked the permission is the same, we are good to go). * cs-tokenizer.cs: only line, region, endregion, if, endif, else and elif are processed always. The other pre-processing directives are only processed if we are "taking" the path svn path=/trunk/mcs/; revision=3474
Diffstat (limited to 'mcs/tests/test-60.cs')
-rwxr-xr-xmcs/tests/test-60.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tests/test-60.cs b/mcs/tests/test-60.cs
index d79e01025da..a900b81b947 100755
--- a/mcs/tests/test-60.cs
+++ b/mcs/tests/test-60.cs
@@ -2,6 +2,7 @@
// Really lame test, but it should be fine for now
//
#if YY
+#errro this should not be printed
#if X
#elif Y
#else