blob: 7cda2b12338da68da1c5b7a67025343eea164496 [file]
// OUT_OF_CODE_BLOCK: FALSE
// TYPE: '4'
fun boo() {
class InnerBoo() {
val someValue: Int
init {
someValue = <caret>
}
}
val b = InnerBoo()
}