Open
Description
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
Kotlin kernel v. 0.11.0.45, Kotlin v. 1.6.20-dev-6372