blob: 06fc0bd5235f16a0f1196812322a45d0727cbc7a [file]
fun foo() {
class B {
val a: Int
get() {
val b: Int
return b
}
}
}