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
[runtime] Fix skipping nested struct types when processing method type encodings. Fixes#22837. (#22859)
Fix skipping consecutive nested structs (such as `"{CGPoint=dd}{CGSize=dd}"` inside `"{CGRect={CGPoint=dd}{CGSize=dd}}"`) by keep looping once the first nested struct is found.
Fixes#22837.
0 commit comments