// IS_APPLICABLE: false import kotlin.reflect.KFunction fun

p(p: KFunction

) {} class B { fun getS(): String = "" init { p(this::getS) } }