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
-- [E008] MemberNotFoundError:/Users/kmetiuk/Projects/scala3/pg/sandbox/iss1.scala:3:513|def (project: Project) dependencies = project.name.dependencies
|^^^^^^^^^^^^^^^^^^^^^^^^^| value dependencies is not a member of String1 error found
expectation
The following compiles fine (dependencies -> dependenciez):
minimized code
Compilation output
expectation
The following compiles fine (
dependencies
->dependenciez
):So the original code should also compile.
Possibly related: #7375, #7401.
The text was updated successfully, but these errors were encountered: