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
[error] 15| println(f421())
[error] |^^^^
[error] |Reference to f421 is ambiguous,
[error] | it is both imported by name by importdotty.DottyPredef.{...}
[error] | and imported by name subsequently by importbugs.shadowing.y.f421
[error] one error found
Expectation
[error] 15| println(f421())
[error] |^^^^
[error] |Reference to f421 is ambiguous,
[error] | it is both imported by name by importimportbugs.shadowing.x.f421
[error] | and imported by name subsequently by importbugs.shadowing.y.f421
[error] one error found
The text was updated successfully, but these errors were encountered:
Minimized code
Output
Expectation
The text was updated successfully, but these errors were encountered: