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