diff options
Diffstat (limited to 'cpp/test/Ice/operations/Test.ice')
-rw-r--r-- | cpp/test/Ice/operations/Test.ice | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Test.ice b/cpp/test/Ice/operations/Test.ice index 201f10fc8c5..3efa1db86e9 100644 --- a/cpp/test/Ice/operations/Test.ice +++ b/cpp/test/Ice/operations/Test.ice @@ -143,6 +143,8 @@ dictionary<string, MyEnum> StringMyEnumD; IntS opIntS(IntS s); + StringStringD opContext(); + }; ["ami"] class MyDerivedClass extends MyClass |