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] -- [E008] Member Not Found Error: /Users/kubukoz/IdeaProjects/dotty-repro/src/main/scala/Main.scala:7:17
[error] 7 | def f(foo: Foo.Baz): Foo[_] = foo
[error] | ^^^^^^^
[error] | type Baz is not a member of object Foo - did you mean Foo.Baz?
expectation
...
type Baz is not a member of object Foo - did you mean Foo.Baz.type?
...
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
minimized code
actual result
expectation
The text was updated successfully, but these errors were encountered: