native
native copied to clipboard
[jnigen] Implement super interfaces in the Dart bindings
Currently a class Foo implements Bar gets generated as Foo extends JObject, we should generate it as Foo extends JObject implements Bar.