Add tests for equals, hashCode, toString in String and Number
This commit is contained in:
+10
@@ -19381,11 +19381,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/number.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("numberEqualsHashCodeToString.kt")
|
||||
public void testNumberEqualsHashCodeToString() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/numberEqualsHashCodeToString.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rangeTo.kt")
|
||||
public void testRangeTo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/rangeTo.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stringEqualsHashCodeToString.kt")
|
||||
public void testStringEqualsHashCodeToString() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/stringEqualsHashCodeToString.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("substituteIntForGeneric.kt")
|
||||
public void testSubstituteIntForGeneric() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/substituteIntForGeneric.kt");
|
||||
|
||||
Reference in New Issue
Block a user