[JS IC] Lot of fixes after rebase
This commit is contained in:
committed by
teamcityserver
parent
8782399ffb
commit
0310f7cb0b
@@ -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)")
|
||||
|
||||
Reference in New Issue
Block a user