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/cs0563.cs')
-rw-r--r--mcs/errors/cs0563.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/mcs/errors/cs0563.cs b/mcs/errors/cs0563.cs
deleted file mode 100644
index af369883b2c..00000000000
--- a/mcs/errors/cs0563.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-// cs0563.cs: One of the parameters to the binary operator should be the containing type
-// Line: 4
-class X {
- public static int operator + (int a, int b)
- {
- }
-}