95129939d4
#KT-35121 Fixed
15 lines
194 B
Kotlin
Vendored
15 lines
194 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
// TYPE: '4'
|
|
|
|
fun boo() {
|
|
class InnerBoo() {
|
|
val someValue: Int
|
|
|
|
init {
|
|
someValue = <caret>
|
|
}
|
|
}
|
|
|
|
val b = InnerBoo()
|
|
}
|