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

4 lines
64 B
Kotlin
Vendored

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