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