go.uber.org/yarpc@v1.72.1/encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends.thrift (about) 1 service Name { 2 string name() 3 } 4 service Foo extends Name {} 5 service Bar extends Foo {}