[JS IC] Lot of fixes after rebase

This commit is contained in:
Roman Artemev
2021-07-20 18:40:09 +03:00
committed by teamcityserver
parent 8782399ffb
commit 0310f7cb0b
20 changed files with 161 additions and 159 deletions
@@ -171,9 +171,7 @@ sealed class IdSignature {
override fun isPackageSignature(): Boolean = true
override fun topLevelSignature(): IdSignature {
error("Should not reach here ($this)")
}
override fun topLevelSignature(): IdSignature = this
override fun nearestPublicSig(): IdSignature {
error("Should not reach here ($this)")