33e6a85a2d
We exclude testData pattern from copyright scope
6 lines
136 B
Kotlin
Vendored
6 lines
136 B
Kotlin
Vendored
annotation class Anno(val s: String)
|
|
|
|
@Deprecated("function") @Anno("function")
|
|
fun f<caret>ooo(@Deprecated("a") @Anno("a") a: Int) {
|
|
|
|
} |