False positive in "Remove redundant let" fixed #KT-15884 Fixed

This commit is contained in:
mglukhikh
2017-01-23 19:23:56 +03:00
committed by Mikhail Glukhikh
parent be75ef919e
commit 96cddb6b7b
4 changed files with 25 additions and 1 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
val x = 1
val y = x.<caret>let { it + it?.hashCode() }