fishy commented on code in PR #2888:
URL: https://github.com/apache/thrift/pull/2888#discussion_r1406875734


##########
test/TypedefTest.thrift:
##########
@@ -33,4 +33,11 @@ struct TypedefTestStruct {
   4: string field_String;
 }
 
-typedef TypedefTestStruct MyStruct,
\ No newline at end of file
+typedef TypedefTestStruct MyStruct
+typedef string MyStringTypedef

Review Comment:
   you have the order wrong here, you want this instead:
   ```suggestion
   typedef MyStringTypedef string
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to