e02c28c88a
^KT-62840 Fixed ^KT-65727
9 lines
416 B
Kotlin
Vendored
9 lines
416 B
Kotlin
Vendored
/* RootScriptStructureElement */var a = -1/* DeclarationStructureElement */
|
|
var b = 0/* DeclarationStructureElement */
|
|
|
|
data class MyPair(val i: Int, val b: Int)/* DeclarationStructureElement *//* ClassDeclarationStructureElement */
|
|
|
|
val pair = MyPair(a, b)/* DeclarationStructureElement */
|
|
|
|
val (first/* DeclarationStructureElement */, last/* DeclarationStructureElement */) = pair/* DeclarationStructureElement */
|