Generate unboxing operation on boxed class not Number.class when possible
This commit is contained in:
@@ -84,6 +84,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("boxedNotNumberTypeOnUnboxing.kt")
|
||||
public void testBoxedNotNumberTypeOnUnboxing() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/boxedNotNumberTypeOnUnboxing.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("bridgeForFakeOverride.kt")
|
||||
public void testBridgeForFakeOverride() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/bridgeForFakeOverride.kt");
|
||||
|
||||
Reference in New Issue
Block a user