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