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
Fix CSApply bug for keyword-based dynamic callable. (#24580)
The type set by cs.setType() in the dynamic callable application did not
have type-variables, so it was considering this string literal already
checked. This made it to SILGen with a nullptr keyword argument.
0 commit comments