95129939d4
#KT-35121 Fixed
11 lines
176 B
Kotlin
Vendored
11 lines
176 B
Kotlin
Vendored
// TYPE: '4'
|
|
// OUT_OF_CODE_BLOCK: FALSE
|
|
|
|
fun bar() {
|
|
class InnerBoo(val someValue: Int) {
|
|
constructor() : this(<caret>) {
|
|
}
|
|
}
|
|
|
|
val b = InnerBoo()
|
|
} |