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
I'd wager the generics are confusing the compiler to believe there are 3 ivars (@x, @x and @y) while codegen will merge both @x when generating the struct aggregate.
The following code crashes the compiler in codegen:
The text was updated successfully, but these errors were encountered: