Inspection for scope functions conversion
#KT-17047 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
val x = hashSetOf("abc").<caret>run {
|
||||
forEach {
|
||||
println(it)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user