Shorten References: Compare resolved calls when shortening receiver of qualified call expression
#KT-13660 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
object X{ }
|
||||
|
||||
<selection>class Y {
|
||||
fun f(op: X.()->Unit) {
|
||||
X.op()
|
||||
}
|
||||
}</selection>
|
||||
@@ -0,0 +1,7 @@
|
||||
object X{ }
|
||||
|
||||
class Y {
|
||||
fun f(op: X.()->Unit) {
|
||||
X.op()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user