[FIR2IR] Correctly calculate offsets for implicit toLong() calls during constant evaluation
^KT-58132 Fixed
This commit is contained in:
committed by
Space Team
parent
4fe239375f
commit
903e969598
+5
@@ -6259,6 +6259,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/constants/kt9532.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("literalToLongConversion.kt")
|
||||
public void testLiteralToLongConversion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/constants/literalToLongConversion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("long.kt")
|
||||
public void testLong() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/constants/long.kt");
|
||||
|
||||
Reference in New Issue
Block a user