Tests, messages and infra for deprecated symbol reporting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
deprecated("text")
|
||||
annotation class obsolete()
|
||||
|
||||
deprecated("text")
|
||||
annotation class obsoleteWithParam(val text: String)
|
||||
|
||||
<!DEPRECATED_SYMBOL_WITH_MESSAGE!>obsolete<!> class Obsolete
|
||||
|
||||
<!DEPRECATED_SYMBOL_WITH_MESSAGE!>obsoleteWithParam<!>("text") class Obsolete2
|
||||
Reference in New Issue
Block a user