package myPack annotation class Anno(val number: Int) fun topLevelFun() { class LocalClass { val @receiver:Anno(42.prop) Int.prop get() = 22 } }