RedundantLetInspection: remove 'let' safe call correctly
#KT-37148 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
a2f55e8b7c
commit
b8ae13b3d9
@@ -0,0 +1,2 @@
|
||||
// WITH_RUNTIME
|
||||
val a = 1?.let<caret> { it }?.let { it }
|
||||
@@ -0,0 +1,2 @@
|
||||
// WITH_RUNTIME
|
||||
val a = 1?.let { it }
|
||||
Reference in New Issue
Block a user