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