7a40239e64
#KT-6262
8 lines
86 B
Plaintext
Vendored
8 lines
86 B
Plaintext
Vendored
class A
|
|
|
|
fun A.component1() = 1
|
|
fun A.component2() = 2
|
|
|
|
fun test() {
|
|
val a = A()
|
|
} |