Introduce Parameter: Duplicate search & replace
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// TARGET:
|
||||
class A(val a: Int, s: String) {
|
||||
val x = <selection>a + 1</selection>
|
||||
|
||||
fun foo() = (a + 1) * 2
|
||||
}
|
||||
|
||||
fun test() {
|
||||
A(1, "2")
|
||||
}
|
||||
Reference in New Issue
Block a user