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