[JS IR BE] Fix lowering types nullability

This commit is contained in:
Svyatoslav Kuzmich
2019-05-22 18:16:24 +03:00
parent ec34cdaae9
commit 7aed8d2f75
2 changed files with 3 additions and 2 deletions
@@ -426,7 +426,7 @@ private fun IrFunction.generateDefaultsFunctionImpl(
syntheticParameters += newFunction.valueParameter(
syntheticParameters.last().index + 1,
"handler".synthesizedName,
context.irBuiltIns.anyType
context.irBuiltIns.anyNType
)
}