DeprecatedSymbolUsageFix: fixed bug with symbols from root package not imported
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@deprecated("", ReplaceWith("newFun()"))
|
||||
fun oldFun() {
|
||||
newFun()
|
||||
}
|
||||
|
||||
fun newFun() {}
|
||||
Reference in New Issue
Block a user