Deprecate deprecated in favor of Deprecated
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Replace with 's.filter { it != c }'" "true"
|
||||
|
||||
class X {
|
||||
@deprecated("", ReplaceWith("s.filter { it != c }"))
|
||||
@Deprecated("", ReplaceWith("s.filter { it != c }"))
|
||||
fun oldFun(s: String): CharSequence = s.filter { it != c }
|
||||
|
||||
val c = 'x'
|
||||
|
||||
Reference in New Issue
Block a user