Child interface should redeclare ambiguous parent member #269
Labels
compilation-failure
kotlin code is generated but this code fails to be compiled
domain:override
missing overrides, redundant overrides, duplicate overrides etc.
kotlin-design
limitations due to the design of kotlin language
Milestone
The interface DuplexOptions from this snippet of code:
Is compiled to following kotlin code
However it actually should explicitly redeclare highWaterMark and objectMode, otherwise one get:
The text was updated successfully, but these errors were encountered: