Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell
Apache License 2.0
588 stars 36 forks source link

Autocompletin with curly braces generates invalid code #40

Closed asm0dey closed 4 years ago

asm0dey commented 4 years ago

sequenceOf( 1,2,3,4).mTabTabEnter produces sequenceOf( 1,2,3,4).map\ {\ code which is invalid