Why is `1.seconds` not compiling when put in a `.w...
# scripting
l
Why is
1.seconds
not compiling when put in a
.ws.kts
file? This is the error I'm getting:
Copy code
Back-end (JVM) Internal error: Couldn't inline method call: seconds
Method: null
File being compiled: (13,45) in /tmp.kt
The root cause java.lang.IllegalStateException was thrown at: org.jetbrains.kotlin.codegen.inline.SourceCompilerForInlineKt.getMethodNode(SourceCompilerForInline.kt:118)
Are Kotlin Worksheets using the old JVM backend instead of JVM IR, or is the problem something else?
i
Possibly should be reopened