[JS IR] Clean up Declaration Table code

This commit is contained in:
Roman Artemev
2019-08-08 14:10:12 +03:00
committed by romanart
parent f14107bf65
commit 96a2cc1f17
2 changed files with 1 additions and 1 deletions
@@ -15,5 +15,6 @@ class JsDeclarationTable(builtIns: IrBuiltIns, descriptorTable: DescriptorTable)
init {
loadKnownBuiltins()
currentIndex = 0
}
}