Ignore sources which are not LOADs in refinedIntTypeAnalysis

#KT-33414 Fixed
This commit is contained in:
Ilmir Usmanov
2019-08-21 19:39:01 +03:00
parent 4697822b5a
commit f9506db20a
7 changed files with 67 additions and 17 deletions
@@ -8524,6 +8524,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testNullSpilling_1_3() throws Exception {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/varSpilling/nullSpilling.kt", "kotlin.coroutines");
}
@TestMetadata("refinedIntTypesAnalysis.kt")
public void testRefinedIntTypesAnalysis() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt");
}
}
}