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
Fix highlighting of return types on different lines for abstract functions
If a class name is specified as the return type of an abstract
function and positioned on another line than the `function` keyword,
the class name was not highlighted at all.
This commit highlights such class names as return types.
0 commit comments