Introduce Variable: Use expression unifier to find duplicates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun a() {
|
||||
val x = <selection>Foo()</selection>
|
||||
println(Foo())
|
||||
println(Foo)
|
||||
println(Foo(1))
|
||||
println(1.Foo())
|
||||
}
|
||||
Reference in New Issue
Block a user