annotation class Anno(val s: String) @Deprecated("function") @Anno("function") fun fooo(@Deprecated("a") @Anno("a") a: Int) { }