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
letfridge=CCRefrigeratorCreate(power) // expected-error {{cannot convert value of type 'Unmanaged<CCPowerSupply>' to expected argument type 'CCPowerSupply?'}}
18
-
assertUnmanaged(fridge)
18
+
assertUnmanaged(fridge) // expected-error {{generic parameter 'T' could not be inferred}}
0 commit comments