You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disallow use of toDenot and toClassDenot conversions in Symbols
We can't allow them in symbols since they would not kick in when
Symbol and ClassSymbol are made opaque type aliases, because inside
Symbols we know that these types are aliases of Denotations so no
conversion would be applied then and we would possibly end up with
a denotation at the wrong validity period.
0 commit comments