Skip to content

Implementations not generated for abstract properties if Component superclass is a typealias #443

@eygraber

Description

@eygraber
@Inject class Foo

interface FooComponent {
  val foo: Foo
}

typealias FooComponentTypealias = FooComponent

@Component
abstract class RealFooComponent : FooComponentTypealias

causes error:

Class 'InjectRealFooComponent' is not abstract and does not implement abstract member 'foo'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions