Convert to scope function: also convert binary expression
#KT-30228 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e340af51df
commit
8728bc0820
@@ -0,0 +1,11 @@
|
||||
// IS_APPLICABLE: false
|
||||
class A {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val a = A()
|
||||
a.foo()
|
||||
<caret>1 + 1
|
||||
a.foo()
|
||||
}
|
||||
Reference in New Issue
Block a user