cedric
08/02/2019, 5:55 PM// ~/t/a.kts
fun hello() = "hello"
hello()
and
$ 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)
ilya.chernikov
08/03/2019, 2:32 PM