Minor. Fix file name & regenerate tests.
This commit is contained in:
@@ -4578,15 +4578,13 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
|||||||
|
|
||||||
@TestMetadata("continueToReturnWithLabel.kt")
|
@TestMetadata("continueToReturnWithLabel.kt")
|
||||||
public void testContinueToReturnWithLabel() throws Exception {
|
public void testContinueToReturnWithLabel() throws Exception {
|
||||||
String fileName = KotlinTestUtils
|
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/convertToForEachFunctionCall/continueToReturnWithLabel.kt");
|
||||||
.navigationMetadata("idea/testData/intentions/convertToForEachFunctionCall/continueToReturnWithLabel.kt");
|
|
||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("continueToReturnWithoutLabel.kt")
|
@TestMetadata("continueToReturnWithoutLabel.kt")
|
||||||
public void testContinueToReturnWithoutLabel() throws Exception {
|
public void testContinueToReturnWithoutLabel() throws Exception {
|
||||||
String fileName = KotlinTestUtils
|
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/convertToForEachFunctionCall/continueToReturnWithoutLabel.kt");
|
||||||
.navigationMetadata("idea/testData/intentions/convertToForEachFunctionCall/continueToReturnWithoutLabel.kt");
|
|
||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user