Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// "Replace with 'getX()'" "true"
|
||||
|
||||
trait X {
|
||||
@deprecated("", ReplaceWith("getX()"))
|
||||
@Deprecated("", ReplaceWith("getX()"))
|
||||
val x: String
|
||||
|
||||
fun getX(): String
|
||||
|
||||
Reference in New Issue
Block a user