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 tracks checking whether we need any work on the debugger side to be able to invoke default interface methods and if any work is needed, this will track the work in question.
At minimum, we'll need:
Support for invoking shared instance methods on generic interfaces. Those are kind of special.
Stepping into/over interface calls that hit the diamond inheritance problem. (These throw exception in an unexpected place.)
This tracks checking whether we need any work on the debugger side to be able to invoke default interface methods and if any work is needed, this will track the work in question.
At minimum, we'll need: