8 lines
91 B
Kotlin
Vendored
8 lines
91 B
Kotlin
Vendored
// "Insert 'this()' call" "true"
|
|
|
|
class A() {
|
|
constructor(x: String)<caret> {
|
|
|
|
}
|
|
}
|