"Convert to 'also'" intention: Fix for call expression has this receiver #KT-26009 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-08-16 11:21:34 +09:00
committed by asedunov
parent e1dd85429f
commit be30761ec4
4 changed files with 21 additions and 2 deletions
@@ -0,0 +1,6 @@
// WITH_RUNTIME
// FIX: Convert to 'also'
val x = hashSetOf<String>().<caret>apply {
this.add("x")
}