summaryrefslogtreecommitdiff
path: root/test/NameConflictTest.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'test/NameConflictTest.thrift')
-rw-r--r--test/NameConflictTest.thrift14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/NameConflictTest.thrift b/test/NameConflictTest.thrift
index d3efb474c..ea51b507c 100644
--- a/test/NameConflictTest.thrift
+++ b/test/NameConflictTest.thrift
@@ -97,6 +97,20 @@ exception Problem_ {
2: bool Problem
}
+struct Thrift5626 {
+ 1: i8 i8
+ 2: i16 i16
+ 3: i32 i32
+ 4: i64 i64
+ 5: uuid uuid
+ 6: string string
+ 7: binary binary
+ 8: bool bool
+ 9: byte byte
+ 10: list<string> list
+ 11: set<string> set
+ 12: map<string,string> map
+}
service extern {
delegate event(1: partial get)