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
Error instead of crash when generating trees referring to skolems (#24380)
Previously, the valueOf inline call succeeded (because the ValueOf
synthesizer calls `ref` which calls `singleton`), leading to an invalid
tree which crashed in the backend with: "assertion failed: Cannot create
ClassBType from NoSymbol"
0 commit comments