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,7 @@
fun a() {
val x = <selection>Foo()</selection>
println(Foo())
println(Foo)
println(Foo(1))
println(1.Foo())
}