Moved test data into subfolders
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
// "Replace with 'newFun()'" "true"
|
||||
|
||||
@deprecated("", ReplaceWith("newFun()"))
|
||||
fun oldFun(p: Int) {
|
||||
newFun()
|
||||
}
|
||||
|
||||
fun newFun(){}
|
||||
|
||||
fun foo() {
|
||||
<caret>oldFun(O.x + 1)
|
||||
}
|
||||
|
||||
object O {
|
||||
var x = 0
|
||||
}
|
||||
Reference in New Issue
Block a user