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