4 lines
64 B
Kotlin
Vendored
4 lines
64 B
Kotlin
Vendored
fun main(args: Array<String>){
|
|
val x = "abc" +<caret> 'd'
|
|
}
|