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