c6352ec699
#KT-6920 fixed
5 lines
202 B
Kotlin
5 lines
202 B
Kotlin
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 |