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>2010-05-12 01:00:35 +0400
committerMarek Safar <marek.safar@gmail.com>2010-05-12 01:00:35 +0400
commit8bbe4a78e52385f462f2cf2194ee72fddf4ba0ea (patch)
tree09eea32e501a752e0f79664e37567ed0772f5978 /mcs/tests/test-761.cs
parent2d289eb7973869920a6da246b15ca0123b248c65 (diff)
New test.
svn path=/trunk/mcs/; revision=157169
Diffstat (limited to 'mcs/tests/test-761.cs')
-rw-r--r--mcs/tests/test-761.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcs/tests/test-761.cs b/mcs/tests/test-761.cs
new file mode 100644
index 00000000000..bb153b8dcd6
--- /dev/null
+++ b/mcs/tests/test-761.cs
@@ -0,0 +1,12 @@
+// Compiler options: -r:test-761-lib.dll
+
+public class C
+{
+ [Derived ()]
+ [Derived ()]
+ int I { get; set; }
+
+ public static void Main ()
+ {
+ }
+} \ No newline at end of file