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/cs0221-5.cs')
-rw-r--r--mcs/errors/cs0221-5.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/mcs/errors/cs0221-5.cs b/mcs/errors/cs0221-5.cs
deleted file mode 100644
index d30b25fa82e..00000000000
--- a/mcs/errors/cs0221-5.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-// cs0221.cs: Constant value `-1' cannot be converted to a `byte' (use `unchecked' syntax to override)
-// Line: 11
-
-using System;
-
-public class My3Attribute : Attribute
-{
- public My3Attribute (byte b) {}
-}
-
-[My3((byte)-1)]
-public class Test { } \ No newline at end of file