5 lines
84 B
Kotlin
5 lines
84 B
Kotlin
// IS_APPLICABLE: false
|
|
fun main(args: Array<String>){
|
|
val x = "x" +<caret> "
|
|
}
|