JVM_IR KT-46864 handle "unused" LDC instructions properly
This commit is contained in:
committed by
TeamCityServer
parent
be097244d4
commit
9091ca7b51
+10
@@ -23744,6 +23744,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt446.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_double.kt")
|
||||
public void testKt46864_double() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_double.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46864_long.kt")
|
||||
public void testKt46864_long() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt46864_long.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt518.kt")
|
||||
public void testKt518() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt518.kt");
|
||||
|
||||
Reference in New Issue
Block a user