"Convert to 'also'" intention: Fix for call expression has this receiver #KT-26009 Fixed
This commit is contained in:
committed by
asedunov
parent
e1dd85429f
commit
be30761ec4
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// FIX: Convert to 'also'
|
||||
|
||||
val x = hashSetOf<String>().<caret>apply {
|
||||
this.add("x")
|
||||
}
|
||||
Reference in New Issue
Block a user