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