KT-9928 Replacement not offered for a usage of symbol deprecated with DeprecationLevel.ERROR
#KT-9928 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Replace with 'b()'" "true"
|
||||
@Deprecated("b!", ReplaceWith("b()"), DeprecationLevel.ERROR)
|
||||
fun a() {}
|
||||
|
||||
fun b() {}
|
||||
|
||||
fun usage() {
|
||||
<caret>a()
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
// "Replace with 'b()'" "true"
|
||||
@Deprecated("b!", ReplaceWith("b()"), DeprecationLevel.ERROR)
|
||||
fun a() {}
|
||||
|
||||
fun b() {}
|
||||
|
||||
fun usage() {
|
||||
<caret>b()
|
||||
}
|
||||
Reference in New Issue
Block a user