[JS IR] Fix unsgined integer default arguemtns (KT-44180)
Const lowering didn't exprect null constants with unsigned number types and crashed with NPE. This commit fixes that.
This commit is contained in:
Generated
+5
@@ -32343,6 +32343,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/checkBasicUnsignedLiterals.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultArguments.kt")
|
||||
public void testDefaultArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/defaultArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("equalsImplForInlineClassWrappingNullableInlineClass.kt")
|
||||
public void testEqualsImplForInlineClassWrappingNullableInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/equalsImplForInlineClassWrappingNullableInlineClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user