7a40239e64
#KT-6262
7 lines
87 B
Kotlin
Vendored
7 lines
87 B
Kotlin
Vendored
class A
|
|
|
|
operator fun A.component1() = 1
|
|
|
|
fun test() {
|
|
<selection>A()</selection>
|
|
} |