DeprecatedCallableAddReplaceWithIntention
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package pack
|
||||
|
||||
import dependency.D
|
||||
|
||||
<caret>@deprecated("")
|
||||
fun foo() {
|
||||
bar(D.value)
|
||||
}
|
||||
|
||||
fun bar(p: Int){}
|
||||
Reference in New Issue
Block a user