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:
authorMarek Safar <marek.safar@gmail.com>2004-12-10 19:35:46 +0300
committerMarek Safar <marek.safar@gmail.com>2004-12-10 19:35:46 +0300
commit906fc1bc09230968f6715670d03a4f2176cf42e9 (patch)
tree27ff1fd367f89e41dfcb9dee253847a3c7d9e26f /mcs/errors/cs0182.cs
parentb75ae0077579dabca0b7b058c392c730cee147c6 (diff)
wrong test
svn path=/trunk/mcs/; revision=37572
Diffstat (limited to 'mcs/errors/cs0182.cs')
-rw-r--r--mcs/errors/cs0182.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/errors/cs0182.cs b/mcs/errors/cs0182.cs
deleted file mode 100644
index fcc56854b9e..00000000000
--- a/mcs/errors/cs0182.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-// cs0120.cs: An object reference is required for the nonstatic field 'f'
-// Line: 5
-
-using System;
-[assembly:CLSCompliant (A.f)]
-
-public class A
-{
- public static bool f = true;
-} \ No newline at end of file