5 lines
87 B
Plaintext
Vendored
5 lines
87 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(t: Triple<String, Int, Boolean>) {
|
|
val (_, _, third) = t
|
|
} |