7 lines
106 B
Kotlin
Vendored
7 lines
106 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class Foo() {
|
|
constructor(a: Int) : this() <caret>{
|
|
//comment
|
|
}
|
|
} |