Files
kotlin-fork/idea/testData/refactoring/introduceVariable/multiDeclarations/usedExpr.kt
T
2015-11-26 21:22:16 +03:00

4 lines
72 B
Kotlin
Vendored

// WITH_RUNTIME
fun test() {
(<selection>1 to 2</selection>).first
}