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