7 lines
89 B
Kotlin
Vendored
7 lines
89 B
Kotlin
Vendored
// "Create secondary constructor" "true"
|
|
|
|
class A
|
|
|
|
fun test() {
|
|
val a = A(<caret>1)
|
|
} |