DeprecatedCallableAddReplaceWithIntention
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// IS_APPLICABLE: false
|
||||
class C {
|
||||
private val v = 1
|
||||
|
||||
<caret>@deprecated("")
|
||||
fun foo() {
|
||||
bar(v)
|
||||
}
|
||||
|
||||
fun bar(p: Int){}
|
||||
}
|
||||
Reference in New Issue
Block a user