Inspection for scope functions conversion
#KT-17047 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
// FIX: Convert to 'also'
|
||||
|
||||
val x = "".also {
|
||||
"".also { s ->
|
||||
s.length + it.length
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user