5 lines
88 B
Kotlin
5 lines
88 B
Kotlin
fun main(args: Array<String>){
|
|
var t = "t"
|
|
val x = "<caret>abc\n${t}bar\tfoo"
|
|
}
|