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
Fixes#3078
It seems the ternary is returning the type of the second argument.
This means that the first one was first upgraded to a shared object,
and once assigned to a normal pointer, it got prematurely collected.
0 commit comments