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>2006-12-16 15:10:54 +0300
committerMarek Safar <marek.safar@gmail.com>2006-12-16 15:10:54 +0300
commit789d4a11e241b35d0195d5db37494a2ae25bcf81 (patch)
treee6e42a1a52a47380ec0c66595dae16cb6cacacf4 /mcs/tests/test-543-lib.cs
parent72421858519cd6efa58b43d30474cc2f3cb7cd7f (diff)
New tests.
svn path=/trunk/mcs/; revision=69573
Diffstat (limited to 'mcs/tests/test-543-lib.cs')
-rw-r--r--mcs/tests/test-543-lib.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/tests/test-543-lib.cs b/mcs/tests/test-543-lib.cs
new file mode 100644
index 00000000000..39411e7c3f2
--- /dev/null
+++ b/mcs/tests/test-543-lib.cs
@@ -0,0 +1,9 @@
+// Compiler options: -t:library
+
+public class ExternClass
+{
+ public bool this [string s, params string[] items]
+ {
+ set { }
+ }
+} \ No newline at end of file