Files
kotlin-fork/idea/testData/inspectionsLocal/convertPairConstructorToToFunction/simple.kt.after
T
2018-03-07 15:40:19 +03:00

5 lines
72 B
Plaintext
Vendored

// WITH_RUNTIME
import kotlin.Pair
fun test() {
val p = 1 to "foo"
}