fix(KT-49225): remove unnecessery boxing.
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ class ExportedDefaultParameterStub(val context: JsIrBackendContext) : Declaratio
|
||||
irIfThenElse(
|
||||
toParameter.type,
|
||||
irEqeqeq(
|
||||
irGet(toParameter),
|
||||
irGet(toParameter, context.irBuiltIns.anyNType),
|
||||
irCall(this@ExportedDefaultParameterStub.context.intrinsics.jsUndefined)
|
||||
),
|
||||
defaultValue.expression,
|
||||
|
||||
Reference in New Issue
Block a user