ethan-gallant commented on code in PR #2888:
URL: https://github.com/apache/thrift/pull/2888#discussion_r1406895750


##########
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:
   Oddly my IDE says that string needs to be put first in this case.
   
   Is it not `typedef actual_type alias_name` as the format? 



-- 
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