[FIR] KT-54692: Fix compiler crash on UInt.shl
Merge-request: KT-MR-7513 Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
34478b84cd
commit
7e323f8ac6
+5
@@ -31595,6 +31595,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/ranges/unsigned"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("bitShifting.kt")
|
||||
public void testBitShifting() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/bitShifting.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inMixedUnsignedRange.kt")
|
||||
public void testInMixedUnsignedRange() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/inMixedUnsignedRange.kt");
|
||||
|
||||
Reference in New Issue
Block a user