dart-archive / ts2dart

ts2dart TypeScript to Dart transpiler
Apache License 2.0
181 stars 62 forks source link

allow an interface to inherit from multiple other interfaces #281

Closed tbosch closed 9 years ago

mprobst commented 9 years ago

How is that not working at the moment? Can you give example code and explain what you expect it to do vs what it currently does?

tbosch commented 9 years ago

Sorry, I opened this in a hurry. Turns out that this actually works.