Ignore sources which are not LOADs in refinedIntTypeAnalysis
#KT-33414 Fixed
This commit is contained in:
+5
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user