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
[5.0] IRGen: Don't assert on keypaths that use a subclass as root
class A {
let x : Int = 0
}
class B : A {}
_ = \B.x
* No ABI impact
* Correctness fix: We would emit wrong offsets for stored properties in
this case in an non-assert build.
rdar://46562046
0 commit comments