4 lines
78 B
Kotlin
4 lines
78 B
Kotlin
fun main(args: Array<String>){
|
|
val x = "abc" +<caret> 1 + 2 + 'a' + 3.2
|
|
}
|