Simplify for: take into account loop parameter nullability

This commit is contained in:
Mikhail Glukhikh
2016-05-18 18:51:41 +03:00
parent a56248a11a
commit d0fd3dea67
3 changed files with 20 additions and 1 deletions
@@ -6555,6 +6555,12 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
doTest(fileName);
}
@TestMetadata("DataClassNullable.kt")
public void testDataClassNullable() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/iterationOverMap/DataClassNullable.kt");
doTest(fileName);
}
@TestMetadata("DataClassParametersOrder.kt")
public void testDataClassParametersOrder() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/iterationOverMap/DataClassParametersOrder.kt");