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