summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/operations/Test.ice')
-rw-r--r--python/test/Ice/operations/Test.ice15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/test/Ice/operations/Test.ice b/python/test/Ice/operations/Test.ice
index dfb978df5d3..bf5fc4655d6 100644
--- a/python/test/Ice/operations/Test.ice
+++ b/python/test/Ice/operations/Test.ice
@@ -350,3 +350,18 @@ const string su1 = "\u0128\u0178\u00FF\u0100\u1F00\U00010194\U0001016A\U00010198
const string su2 = "\U00000128\U00000178\U000000FF\U00000100\U00001F00\U00010194\U0001016A\U00010198\U0001F340\U0001F341\U0001F342\U0001F343";
};
+
+module Test2
+{
+
+/**
+ *
+ * Makes sure that proxy operations are correctly generated when extending an interface from
+ * a different module (ICE-7639).
+ *
+ **/
+class MyDerivedClass extends Test::MyClass
+{
+};
+
+};