Skip to content

ObjC: support calling methods on traits #7

@jokade

Description

@jokade

This currently fails:

@ObjC
trait Foo {
  def foo(): Unit = extern
}

@ObjC
class Bar extends Foo

val bar: Bar = ...
bar.foo()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions