One more test added
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
// IS_APPLICABLE: false
|
||||||
|
// WITH_RUNTIME
|
||||||
|
fun foo() {
|
||||||
|
for (a in listOf(1, 2, 3)) {<caret>
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -112,6 +112,12 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
|||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("inapplicableInBody.kt")
|
||||||
|
public void testInapplicableInBody() throws Exception {
|
||||||
|
String fileName = JetTestUtils.navigationMetadata("idea/testData/intentions/addForLoopIndices/inapplicableInBody.kt");
|
||||||
|
doTest(fileName);
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("inapplicableOnMap.kt")
|
@TestMetadata("inapplicableOnMap.kt")
|
||||||
public void testInapplicableOnMap() throws Exception {
|
public void testInapplicableOnMap() throws Exception {
|
||||||
String fileName = JetTestUtils.navigationMetadata("idea/testData/intentions/addForLoopIndices/inapplicableOnMap.kt");
|
String fileName = JetTestUtils.navigationMetadata("idea/testData/intentions/addForLoopIndices/inapplicableOnMap.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user