Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Deprecated("does nothing good")
|
||||
@Deprecated("does nothing good")
|
||||
fun Any.doNothing() = this.toString() // "this" should not be marked as deprecated despite it referes to deprecated function
|
||||
|
||||
// NO_CHECK_INFOS
|
||||
|
||||
Reference in New Issue
Block a user