[IR] add a TODO for the privateSignature

This commit is contained in:
Anton Bannykh
2021-12-01 15:15:35 +03:00
committed by TeamCityServer
parent 4de69fb4b5
commit 7b5fbb2985
@@ -37,6 +37,7 @@ interface IrSymbol {
val signature: IdSignature?
// TODO: remove once JS IR IC migrates to a different stable tag generation scheme
// Used to store signatures in private symbols for JS IC
var privateSignature: IdSignature?
}