<@U0CHHN4F4> I tried to trim down that example and...
# scripting
c
@ilya.chernikov I tried to trim down that example and stumbled upon a different error (1.3.41):
Copy code
// ~/t/a.kts
fun hello() = "hello"
hello()
and
Copy code
$ kotlinc -script ~/t/a.kts
exception: java.lang.ArrayIndexOutOfBoundsException: Index 10912 out of bounds for length 10912
	at org.jetbrains.org.objectweb.asm.ClassReader.readUnsignedShort(ClassReader.java:2464)
i
Have you tried 1.3.50 EAP? I’ve fixed some issues with similar diagnostics there, so maybe this one is covered too. https://discuss.kotlinlang.org/t/kotlin-1-3-50-early-access-preview/13525