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