[JS IR BE] Support Number.to(Byte|Short|Int|Float|Double|Long)
This commit is contained in:
@@ -86,6 +86,10 @@ class IrBuiltIns(
|
||||
val charType = char.toIrType()
|
||||
val charClass = builtIns.char.toIrSymbol()
|
||||
|
||||
val number = builtIns.number.defaultType
|
||||
val numberType = number.toIrType()
|
||||
val numberClass = builtIns.number.toIrSymbol()
|
||||
|
||||
val byte = builtIns.byteType
|
||||
val byteType = byte.toIrType()
|
||||
val byteClass = builtIns.byte.toIrSymbol()
|
||||
|
||||
Reference in New Issue
Block a user