JVM IR: Optimize equality on class literals
This commit is contained in:
committed by
Alexander Udalov
parent
3a1d83e7c5
commit
a90c4d5dd5
+12
@@ -3847,6 +3847,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/classLiteral/bareArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("classEquality.kt")
|
||||
public void testClassEquality() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/classLiteral/classEquality.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("primitiveClassEquality.kt")
|
||||
public void testPrimitiveClassEquality() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/classLiteral/primitiveClassEquality.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/classLiteral/bound")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user