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
Syntax coloring within the method m() should be "trait" for each occurrence of Another and Auditable. And coloring should be "method" for option, which refers to the property setter method. Code select for the sub-expressions in Auditable.super.option is not working either.
The text was updated successfully, but these errors were encountered:
eric-milles
changed the title
Fix syntax coloring and type inferencing for super trait method and property references
Fix type inferencing and syntax highlighting for super trait method and property references
Sep 22, 2019
Consider the following:
Syntax coloring within the method
m()
should be "trait" for each occurrence ofAnother
andAuditable
. And coloring should be "method" foroption
, which refers to the property setter method. Code select for the sub-expressions inAuditable.super.option
is not working either.The text was updated successfully, but these errors were encountered: