Charles Ma

Results 1 issues of Charles Ma

``` service Foo { string ping() } service Bar extends Foo { } ``` The generated code fails with this error: ``` cannot use adapter (type *RingpopBarAdapter) as type TChanBar...