False positive in "Remove redundant let" fixed #KT-15884 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
be75ef919e
commit
96cddb6b7b
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
val x = 1
|
||||
val y = x.<caret>let { it + it?.hashCode() }
|
||||
Reference in New Issue
Block a user