Wrap with let: apply to unsafe qualified expression
#KT-18125 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
18fbf5729d
commit
6db0785615
@@ -15529,6 +15529,21 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
|
||||
runTest("idea/testData/quickfix/wrapWithSafeLetCall/objectQualifier.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unsafe.kt")
|
||||
public void testUnsafe() throws Exception {
|
||||
runTest("idea/testData/quickfix/wrapWithSafeLetCall/unsafe.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unsafe2.kt")
|
||||
public void testUnsafe2() throws Exception {
|
||||
runTest("idea/testData/quickfix/wrapWithSafeLetCall/unsafe2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unsafeForNullableParameter.kt")
|
||||
public void testUnsafeForNullableParameter() throws Exception {
|
||||
runTest("idea/testData/quickfix/wrapWithSafeLetCall/unsafeForNullableParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unstableValue.kt")
|
||||
public void testUnstableValue() throws Exception {
|
||||
runTest("idea/testData/quickfix/wrapWithSafeLetCall/unstableValue.kt");
|
||||
|
||||
Reference in New Issue
Block a user