DeprecatedCallableAddReplaceWithIntention
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
@deprecated("", ReplaceWith("bar()"))
|
||||
val foo: String
|
||||
get() = bar()
|
||||
|
||||
fun bar(): String = ""
|
||||
}
|
||||
Reference in New Issue
Block a user