Skip to content

Kotlin generator fails when '_' is used as a member #848

@asibross

Description

@asibross

For example:

interface MyInterface {
    _: ID
}

type MyInterfaceImpl implements MyInterface {
    _: ID
}

This would result in code that fails to compile with this error:

Error:
Class 'MyInterfaceImpl' is not abstract and does not implement abstract member:
val _: String?

Note: this only happens in the Kotlin generator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions