Convert to scope function: enable on single function call
#KT-29099 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e1fdf0aa43
commit
5f7dee4194
@@ -0,0 +1,10 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
class C {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val c = C()
|
||||
c.foo()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user