commit | 108fab82424b094f63f6eee2138f07e96ea117c5 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Jan 28 21:30:08 2016 +0100 |
committer | Jens Geyer <jensg@apache.org> | Thu Jan 28 23:03:24 2016 +0100 |
tree | 953379d3a6332814c7abbe9dbadcaa4c9f2c2de5 | |
parent | 45c8e4935740292b8253041195ed5913d1c796b1 [diff] [blame] |
THRIFT-3501 Forward slash in comment causes compiler error Client: Compiler (general) Patch: Jens Geyer
diff --git a/test/DocTest.thrift b/test/DocTest.thrift index 9d19855..5d205b7 100644 --- a/test/DocTest.thrift +++ b/test/DocTest.thrift
@@ -246,4 +246,12 @@ /**no room for newline here*/ +/* * / */ +typedef i32 TestFor3501a + +/** + * / + */ +typedef i32 TestFor3501b + /* THE END */