Skip to content

Calling launch in kotlinjs causes a TypeError to be logged #340

Closed
@ansman

Description

@ansman

If you compile the following code and execute it:

fun main(args: Array<String>) {
  launch {}
}

You get the following exception printed to the terminal:

TypeError: throwCCE is not a function

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions