KT-6920 Reference this marked as deprecated if extension function is deprecated
#KT-6920 fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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
|
||||
// NO_CHECK_WEAK_WARNINGS
|
||||
Reference in New Issue
Block a user