One more test added

This commit is contained in:
Valentin Kipyatkov
2015-07-21 13:16:04 +03:00
parent 0c9401c953
commit 8ffc1bb3a6
2 changed files with 13 additions and 0 deletions
@@ -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);
}
@TestMetadata("inapplicableInBody.kt")
public void testInapplicableInBody() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/intentions/addForLoopIndices/inapplicableInBody.kt");
doTest(fileName);
}
@TestMetadata("inapplicableOnMap.kt")
public void testInapplicableOnMap() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/intentions/addForLoopIndices/inapplicableOnMap.kt");