fun foo() { class B { val a: Int get() { val b: Int return b } } }