7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
class A(x: Int) {
|
|
constructor(): <caret>
|
|
}
|
|
|
|
// EXIST: this, super
|
|
// NOTHING_ELSE
|