I've just noticed that the Kotlin REPL in both 202...
# intellij
k
I've just noticed that the Kotlin REPL in both 2021.2.4 and 2021.3.1 doesn't output the same things as the command-line kotlinc shell: in IntelliJ,
println('a');println('b')
outputs
ab
instead of separate lines. Is this a known issue?