RedundantLetInspection: remove 'let' safe call correctly

#KT-37148 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-03-02 16:13:03 +09:00
committed by Yan Zhulanow
parent a2f55e8b7c
commit b8ae13b3d9
4 changed files with 10 additions and 1 deletions
@@ -12450,6 +12450,11 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest {
runTest("idea/testData/inspectionsLocal/simpleRedundantLet/reference4.kt");
}
@TestMetadata("reference5.kt")
public void testReference5() throws Exception {
runTest("idea/testData/inspectionsLocal/simpleRedundantLet/reference5.kt");
}
@TestMetadata("sameLets.kt")
public void testSameLets() throws Exception {
runTest("idea/testData/inspectionsLocal/simpleRedundantLet/sameLets.kt");