Get rid of redundant boxing of unsigned operands of infix 'compareTo'
^KT-48759: Fixed
This commit is contained in:
committed by
teamcity
parent
7423b35741
commit
cb93e9d408
+6
@@ -21437,6 +21437,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/implicitCastToNonValueClassType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("infixCompareToOptimization.kt")
|
||||
public void testInfixCompareToOptimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/infixCompareToOptimization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("initBlock.kt")
|
||||
public void testInitBlock() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user