commit | 7b07fbcba0a8df16ff890830f399d9c82152f04a | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | 周二 7月 30 03:08:17 2013 +0200 |
committer | Jens Geyer <jensg@apache.org> | 周二 7月 30 03:08:17 2013 +0200 |
tree | e3867ad6e2f90e1a0c419ff81b4efab7bca16c93 | |
parent | 44b19df535fa83855f91d11c2ecf2e73360a5444 [diff] [blame] |
THRIFT-2100 typedefs are not correctly referenced when including from other thrift files Patch: Remo Hertig
diff --git a/lib/go/test/IncludesTest.thrift b/lib/go/test/IncludesTest.thrift index 6b68806..6c7308b 100644 --- a/lib/go/test/IncludesTest.thrift +++ b/lib/go/test/IncludesTest.thrift
@@ -28,6 +28,7 @@ struct TestStruct2 { 1: testStruct blah, + 2: ThriftTest.UserId id } service testService extends ThriftTest.SecondService {