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
-- [E194] PotentialIssueWarning: .../no-extension.scala:2:36--2|extension (s: java.lang.String) deflength=42|^|Extension method length will never be selected
|because String already has a member with the same name and compatible parameter types.
Compiler version
3.6.2
Minimized code
Output
Expectation
The Scala alias should also warn, obviously.
Noticed at #17821.
The text was updated successfully, but these errors were encountered: