5 lines
77 B
Kotlin
5 lines
77 B
Kotlin
fun main(args: Array<String>){
|
|
val x = "foo" +<caret> """bar\n
|
|
"""
|
|
}
|