Moved test data into subfolders
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
// "Replace with 'newFun(this)'" "true"
|
||||
|
||||
class C {
|
||||
@deprecated("", ReplaceWith("newFun(this)"))
|
||||
fun oldFun(){}
|
||||
}
|
||||
|
||||
fun C.newFun(c: C){}
|
||||
|
||||
fun foo() {
|
||||
val bar = 0
|
||||
getBar().<caret>oldFun()
|
||||
}
|
||||
|
||||
fun getBar(): C = C()
|
||||
Reference in New Issue
Block a user