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
"super.append" and "super.toString" have their method names highlighted as "default" instead of "unkonwn" (underlined). Since the type of "super" cannot be determined from the trait, it should be treated as dynamic.
Also, "super" should not be hoverable/selectable in these expressions.
The text was updated successfully, but these errors were encountered:
Consider the following:
(source http://docs.groovy-lang.org/latest/html/documentation/#_semantics_of_super_inside_a_trait)
"super.append" and "super.toString" have their method names highlighted as "default" instead of "unkonwn" (underlined). Since the type of "super" cannot be determined from the trait, it should be treated as dynamic.
Also, "super" should not be hoverable/selectable in these expressions.
The text was updated successfully, but these errors were encountered: