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>2013-03-20 12:10:16 +0400
committerMarek Safar <marek.safar@gmail.com>2013-03-20 12:11:13 +0400
commit3868900a87ec0e7b48a965e7e6cf09b7d7a8e502 (patch)
tree01a49ef8c2644150a0207011a52594cfd215106d /mcs/tests/gtest-582-lib.cs
parentd5c315e803e9ab6430a4df127306d26e5592d132 (diff)
Copy type parameter constraint interfaces before its base type is expanded.
Diffstat (limited to 'mcs/tests/gtest-582-lib.cs')
-rw-r--r--mcs/tests/gtest-582-lib.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/tests/gtest-582-lib.cs b/mcs/tests/gtest-582-lib.cs
new file mode 100644
index 00000000000..a5c58fae1b0
--- /dev/null
+++ b/mcs/tests/gtest-582-lib.cs
@@ -0,0 +1,9 @@
+// Compiler options: -t:library
+
+public class C : I
+{
+}
+
+interface I
+{
+}