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