Skip to content

Can not wildcard import enums  #353

Open
@holgerbrandl

Description

@holgerbrandl
enum class ShiftID { A, B, WeekEnd }
import ShiftID.*

Expected: Since this is legit in kt and kts (clearly with the order of declaration and import being flipped), I'd assume this should to work also in a jupyter context.
Observed It fails with an error
image

Kotlin kernel v. 0.11.0.45, Kotlin v. 1.6.20-dev-6372

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPL involvedbugInstallation and functionality issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions