blob: 9e1b38e2a3b8ea84b363081f7a1146c1cfa50582 [file]
annotation class Anno(val s: String)
@Deprecated("function") @Anno("function")
fun f<caret>ooo(@Deprecated("a") @Anno("a") a: Int) {
}