Files
kotlin-fork/idea/testData/intentions/replaceUnderscoreWithParameterName/triple.kt.after
T

5 lines
87 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo(t: Triple<String, Int, Boolean>) {
val (_, _, third) = t
}