7 lines
96 B
Kotlin
Vendored
7 lines
96 B
Kotlin
Vendored
// "Create secondary constructor" "true"
|
|
|
|
class A {
|
|
constructor(): this(<caret>1) {
|
|
|
|
}
|
|
} |