Do not stop recursive visitor with return
#KT-23627 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo() = "".run {
|
||||
this.apply {
|
||||
printl<caret>
|
||||
}
|
||||
}
|
||||
//ELEMENT: println
|
||||
//TAIL_TEXT: "() (kotlin.io)"
|
||||
@@ -0,0 +1,7 @@
|
||||
fun foo() = "".run {
|
||||
this.apply {
|
||||
println()<caret>
|
||||
}
|
||||
}
|
||||
//ELEMENT: println
|
||||
//TAIL_TEXT: "() (kotlin.io)"
|
||||
Reference in New Issue
Block a user