33e6a85a2d
We exclude testData pattern from copyright scope
6 lines
96 B
Kotlin
Vendored
6 lines
96 B
Kotlin
Vendored
// WITH_STDLIB
|
|
var a = -1
|
|
var b = 0
|
|
val pair = Pair(a, b)
|
|
|
|
<expr>val (first, last) = pair</expr> |