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>2012-09-04 15:45:43 +0400
committerMarek Safar <marek.safar@gmail.com>2012-09-04 15:47:24 +0400
commitcd2f0eaeb7ad3d3967f8f9d3a91ba1dc88c2fc8d (patch)
tree6d23c8078185e10208cc69d7780bcb5597a32afc /mcs/tests/test-851.cs
parentf05ce512644fff3412f32fc9e2c9d723b19ac814 (diff)
Don't import static members of interfaces. Fixes #6552
Diffstat (limited to 'mcs/tests/test-851.cs')
-rw-r--r--mcs/tests/test-851.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/tests/test-851.cs b/mcs/tests/test-851.cs
new file mode 100644
index 00000000000..45cd6690722
--- /dev/null
+++ b/mcs/tests/test-851.cs
@@ -0,0 +1,10 @@
+// Compiler options: -r:test-851-lib.dll
+
+public class C : I
+{
+ public static void Main ()
+ {
+
+ }
+}
+