wlmwang commented on pull request #2268:
URL: https://github.com/apache/thrift/pull/2268#issuecomment-719133001


   The same function name may exist in inherited services.
   ```
   service foo {
       i32 do_something();
   }
   
   service bar extends foo {
       i32 do_something();
   }
   ```
   


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

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


Reply via email to