8ae5336f04
Part of ^KTIJ-23263 Merge-request: KT-MR-10424 Merged-by: Egor Kulikov <Egor.Kulikov@jetbrains.com>
4 lines
36 B
Kotlin
Vendored
4 lines
36 B
Kotlin
Vendored
class A {
|
|
val (a, b) = 1 to 2
|
|
}
|