4b2834c4a8
#KT32868 Fixed
9 lines
127 B
Kotlin
Vendored
9 lines
127 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
|
|
data class Test(val a : Int, val b : Int)
|
|
|
|
fun a() {
|
|
val (test, <caret>other) = Test(11, 12)
|
|
}
|
|
|