Introduce Variable: Use expression unifier to find duplicates

This commit is contained in:
Alexey Sedunov
2014-07-31 18:37:02 +04:00
parent f1c18d0e3f
commit 855ed81c11
6 changed files with 54 additions and 79 deletions
@@ -0,0 +1,4 @@
fun a(x: Int) {
val a = <selection>x + 1</selection>
"it's a number ${x + 1}"
}