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
Don't crash when modifying a global observed variable.
The terrible hack in SILGen here is to not visit opaque accessors of
global variables if they were added to the decls list by the parser.
That needs to include the setter for an observed global variable,
which we apparently did not have tests of.
rdar://46472759
0 commit comments