Add a compiler box test for Boolean.hashCode()
This commit is contained in:
committed by
Space Team
parent
193aa0f935
commit
36924775c8
Generated
+5
@@ -22396,6 +22396,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/primitiveTypes"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("booleanHashCode.kt")
|
||||
public void testBooleanHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/booleanHashCode.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("comparisonWithNullCallsFun.kt")
|
||||
public void testComparisonWithNullCallsFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/comparisonWithNullCallsFun.kt");
|
||||
|
||||
Reference in New Issue
Block a user