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
That example encounters an ICE when building the vtable of Bar for Foo. The problem is that the default method bar requires that Self:Baz, which is not true for Foo. This is ok, since it could never be called, but the trans code doesn't know that (yet!).