You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sealed class ShiftID
object WeekEnd : ShiftID()
val shiftModel = sequence {
yield(WeekEnd)
}
open class ShiftManager {
val shiftIt = shiftModel.iterator()
}
class InterruptingShiftManager: ShiftManager() {
}
Expected: It's legit kotlin , so it should run in a jupyter notebook.
Observed: It fails with
Backend Internal error: Exception during file facade code generation
File being compiled: mock://Line_49.jupyter-kts
The root cause java.lang.RuntimeException was thrown at: org.jetbrains.kotlin.codegen.ImplementationBodyCodegen.generateConstructors(ImplementationBodyCodegen.java:472)
kernel version: Kotlin kernel v. 0.11.0.45, Kotlin v. 1.6.20-dev-6372
The text was updated successfully, but these errors were encountered:
Consider the following example:
Expected: It's legit kotlin , so it should run in a jupyter notebook.
Observed: It fails with
kernel version: Kotlin kernel v. 0.11.0.45, Kotlin v. 1.6.20-dev-6372
The text was updated successfully, but these errors were encountered: