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