blob: 39c143f6d4582d3cc33b7e1f0cfe8a3bfe11e24d [file] [log] [blame]
class Owner {
inner class Inner
val x = { owner: Owner -> owner.Inner() }
}