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,5 @@
fun a(x: Int) {
val i = x + 1
val a = i
"it's a number ${i}"
}