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-01-21 11:02:15 +0300
committerMarek Safar <marek.safar@gmail.com>2004-01-21 11:02:15 +0300
commitacfed8784349ab7d88ef56ba77a0d06729cfdc38 (patch)
tree6f6285651f8caadbe34d077cce128050096891e0 /mcs/errors/cs0111-2.cs
parent6e6b56e9ff7b5406f96a21fefce7c963e1213ae9 (diff)
New tests
svn path=/trunk/mcs/; revision=22322
Diffstat (limited to 'mcs/errors/cs0111-2.cs')
-rw-r--r--mcs/errors/cs0111-2.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/errors/cs0111-2.cs b/mcs/errors/cs0111-2.cs
new file mode 100644
index 00000000000..22d2e80bda8
--- /dev/null
+++ b/mcs/errors/cs0111-2.cs
@@ -0,0 +1,9 @@
+// cs0111.cs: Identifier 'CLSClass.vAluE' differing only in case is not CLS-compliant
+// Line: 8
+
+[assembly:System.CLSCompliant(true)]
+
+public interface ISample {
+ void set_Item (int a, int b);
+ int this[int i] { set; }
+} \ No newline at end of file