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/cs3018-3.cs')
-rw-r--r--mcs/errors/cs3018-3.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/mcs/errors/cs3018-3.cs b/mcs/errors/cs3018-3.cs
deleted file mode 100644
index 146eb55ea4b..00000000000
--- a/mcs/errors/cs3018-3.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-// cs3018-2.cs: `C1.I2' cannot be marked as CLS-compliant because it is a member of non CLS-compliant type `C1'
-// Line: 10
-
-using System;
-[assembly: CLSCompliant (true)]
-
-public partial class C1
-{
- [CLSCompliant (true)]
- public interface I2 {}
-}
-
-[CLSCompliant (false)]
-public partial class C1
-{
-} \ No newline at end of file