mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
== foo ==
|
|
fun foo(x: Int) {
|
|
val (a, b) = x
|
|
a
|
|
}
|
|
---------------------
|
|
x <v1>: * NEW()
|
|
a <v4>: * NEW()
|
|
{ val (a, b) = x a } <v4>: * COPY
|
|
=====================
|