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
This happens because the the code that resolves methods finds the Foo() method definition in D and uses it blindly. We need to check whether that method is virtual and lookup the base one in that case.
The text was updated successfully, but these errors were encountered:
This happens because the the code that resolves methods finds the
Foo()
method definition in D and uses it blindly. We need to check whether that method is virtual and lookup the base one in that case.The text was updated successfully, but these errors were encountered: