7 lines
94 B
Kotlin
7 lines
94 B
Kotlin
package dependency
|
|
|
|
@deprecated("", ReplaceWith("newFun()"))
|
|
fun oldFun() {}
|
|
|
|
fun newFun() {}
|