9dda5e4fcd
KT-56177
11 lines
245 B
Kotlin
Vendored
11 lines
245 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
@Deprecated("text")
|
|
annotation class obsolete()
|
|
|
|
@Deprecated("text")
|
|
annotation class obsoleteWithParam(val text: String)
|
|
|
|
@<!DEPRECATION!>obsolete<!> class Obsolete
|
|
|
|
@<!DEPRECATION!>obsoleteWithParam<!>("text") class Obsolete2
|