SimplifyCallChainFix: Keep comments in place #KT-22552 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
9bc874f647
commit
1d2e18e263
+15
@@ -1113,16 +1113,31 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest {
|
||||
runTest("idea/testData/inspectionsLocal/collections/simplifiableCallChain/joinToStringWithReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("joinToStringWithReferenceAndComment.kt")
|
||||
public void testJoinToStringWithReferenceAndComment() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/collections/simplifiableCallChain/joinToStringWithReferenceAndComment.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("joinToStringWithReferenceFake.kt")
|
||||
public void testJoinToStringWithReferenceFake() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/collections/simplifiableCallChain/joinToStringWithReferenceFake.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("joinToWithComment.kt")
|
||||
public void testJoinToWithComment() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/collections/simplifiableCallChain/joinToWithComment.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("listOfNotNull.kt")
|
||||
public void testListOfNotNull() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/collections/simplifiableCallChain/listOfNotNull.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("listOfNotNullWithComment.kt")
|
||||
public void testListOfNotNullWithComment() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/collections/simplifiableCallChain/listOfNotNullWithComment.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapNotNull.kt")
|
||||
public void testMapNotNull() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/collections/simplifiableCallChain/mapNotNull.kt");
|
||||
|
||||
Reference in New Issue
Block a user