commit | 11430df7ae96d184a5778f5f6eb3c93e65389eba | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Jul 26 00:23:00 2013 +0200 |
committer | Jens Geyer <jensg@apache.org> | Fri Jul 26 00:23:00 2013 +0200 |
tree | c5c390d086f6bdcb516f65eb78211c4126488e1d | |
parent | 56a648d0ffc370123c4f1047b72d0d80080a1d9b [diff] [blame] |
THRIFT-2102 constants are not referencing to correct type when included from another thrift file Patch: Remo Hertig
diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift index be000b6..500f0ea 100644 --- a/test/ThriftTest.thrift +++ b/test/ThriftTest.thrift
@@ -68,6 +68,8 @@ 2: i32 type } +typedef map<string,Bonk> MapType + struct Bools { 1: bool im_true, 2: bool im_false,