Skip to content

Type implementing protocol fails to bridge when async throw is missing #59

@piercifani

Description

@piercifani

The ActualFoo type here is correctly implementing Foo

protocol Foo {
  func bar() async throws
}

class ActualFoo {
  func bar() {}
}

But SkipBridge throws this error:

[✗]  Class 'ActualFoo' is not abstract and does not implement abstract member 'bar'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions