Use GETFIELD instead of unbox-impl inside inline classes
#KT-36783 Fixed
This commit is contained in:
+6
@@ -3512,6 +3512,12 @@ public class FirBytecodeTextTestGenerated extends AbstractFirBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/generationOfAccessorToUnderlyingValue.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericNoUnbox.kt")
|
||||
public void testGenericNoUnbox() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/genericNoUnbox.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hashCodeIsCalledByInlineClass.kt")
|
||||
public void testHashCodeIsCalledByInlineClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user