DeprecatedCallableAddReplaceWithIntention
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<caret>@deprecated("")
|
||||
fun foo(p: Int) {
|
||||
if (p > 0)
|
||||
bar1(p)
|
||||
else
|
||||
bar2(p)
|
||||
}
|
||||
|
||||
fun bar1(p: Int){}
|
||||
fun bar2(p: Int){}
|
||||
Reference in New Issue
Block a user