RedundantLetInspection: remove 'let' safe call correctly
#KT-37148 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
a2f55e8b7c
commit
b8ae13b3d9
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user