The Kotlin compiler is blowing up with an unusual exception if I try to compile a file with a ~2300 multi-line pretty printed JSON string.
Is there a known limitation on the max number of lines that a multi-line string supports in Kotlin?
Update: Trying to cut (cmd-x) this string out of IntelliJ has caused intelliJ to hang.
Update: The hang is reproducible after restart of IJ.
I might report this issue privately in youtrack, if that's possible.