Inspection for scope functions conversion
#KT-17047 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// FIX: Convert to 'also'
|
||||
|
||||
val x = hashSetOf<String>().<caret>apply {
|
||||
add("x")
|
||||
}
|
||||
Reference in New Issue
Block a user