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:
Diffstat (limited to 'mcs/errors/bug19.cs')
-rwxr-xr-xmcs/errors/bug19.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/mcs/errors/bug19.cs b/mcs/errors/bug19.cs
deleted file mode 100755
index 15755b6faaa..00000000000
--- a/mcs/errors/bug19.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-namespace N1
-{
- public enum A
- {
- A_1, A_2, A_3
- }
-
- public class B
- {
- const A b = A.A_1;
- }
-}
-
-
-
-
-
-