95129939d4
#KT-35121 Fixed
10 lines
168 B
Kotlin
Vendored
10 lines
168 B
Kotlin
Vendored
// TYPE: 'n.toString()'
|
|
// OUT_OF_CODE_BLOCK: FALSE
|
|
|
|
class InSecondaryConstructor(val name: String) {
|
|
init {
|
|
}
|
|
|
|
constructor(n: Int): this(<caret>) {
|
|
}
|
|
} |