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