Deprecate deprecated in favor of Deprecated
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Replace with 'newFun(this)'" "true"
|
||||
|
||||
open class C {
|
||||
@deprecated("", ReplaceWith("newFun(this)"))
|
||||
@Deprecated("", ReplaceWith("newFun(this)"))
|
||||
fun oldFun(){}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user