DeprecatedSymbolUsageFix: initial implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Replace with 'newFun(this)'" "true"
|
||||
|
||||
import dependency.C
|
||||
|
||||
fun foo(c: dependency.C) {
|
||||
C.<caret>newFun(c)
|
||||
}
|
||||
Reference in New Issue
Block a user