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
// typealias as propertyWrapper in a constrained protocol extension //
1561
+
1562
+
protocolSR_11288_P4{}
1563
+
extensionSR_11288_P4where Self:AnyObject{
1564
+
typealiasSR_11288_Wrapper4=SR_11288_S0
1565
+
}
1566
+
1567
+
structSR_11288_S4:SR_11288_P4{
1568
+
@SR_11288_Wrapper4varanswer=42 // expected-error 2 {{'SR_11288_S4.SR_11288_Wrapper4.Type' (aka 'SR_11288_S0.Type') requires that 'SR_11288_S4' conform to 'AnyObject'}}
1569
+
}
1570
+
1571
+
classSR_11288_C0:SR_11288_P4{
1572
+
@SR_11288_Wrapper4varanswer=42 // Okay
1573
+
}
1574
+
1575
+
// typealias as propertyWrapper in a generic type //
0 commit comments