[IR] Fix to make K/N work

This commit is contained in:
Roman Artemev
2020-04-29 10:43:16 +03:00
committed by romanart
parent aac4649845
commit 8335ce8665
4 changed files with 6 additions and 6 deletions
@@ -24,7 +24,7 @@ import org.jetbrains.kotlin.types.SimpleType
class WasmSymbols(
context: WasmBackendContext,
private val symbolTable: SymbolTable
) : Symbols<WasmBackendContext>(context, symbolTable) {
) : Symbols<WasmBackendContext>(context, context.irBuiltIns, symbolTable) {
override val ThrowNullPointerException
get() = TODO()