5 lines
104 B
Kotlin
5 lines
104 B
Kotlin
// SIBLING:
|
|
fun main(args: Array<String>) {
|
|
val x = 1 + 1
|
|
val y = <selection>1 + 1</selection>
|
|
} |