Deprecated symbol usages fix for the whole project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Replace with '1'" "true"
|
||||
|
||||
fun foo(): Int {
|
||||
@deprecated("", ReplaceWith("1"))
|
||||
fun localFun() = 1
|
||||
|
||||
return <caret>localFun()
|
||||
}
|
||||
Reference in New Issue
Block a user