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

5 lines
67 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
val pair = 1 to 2
pair.first
}