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
var foo @= Foo;
var bar @= Bar;
var boo @= Boo;
callBaz(foo); // Ok.
callBaz(bar); // Ok.
callBaz(boo); // Error: The type 'Boo' does not satisfy the trait 'BazTrait'