blob: e05bdff92f8bc251725d6fe7569155d44449336f [file]
// TYPE: '4'
// OUT_OF_CODE_BLOCK: FALSE
fun bar() {
class InnerBoo(val someValue: Int) {
constructor() : this(<caret>) {
}
}
val b = InnerBoo()
}