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