Improved logic of finding conflicts for refactoring actions

This commit is contained in:
Stanislav Erokhin
2015-08-25 20:02:28 +03:00
parent 9a435e332f
commit aaebe70342
8 changed files with 25 additions and 24 deletions
@@ -9,7 +9,7 @@ class A {
fun B.foo() = i(this@A, this)
}
private fun i(a1: A, b: B) = a1.a + b.b
private fun i(a1: A, b1: B) = a1.a + b1.b
class B {
val b = 1