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
scala 2.13.1> foo
^
error: package foo is not a value
scala 2.13.1> def foo = 3
foo: Int
scala 2.13.1> foo
res1: Int = 3
(aside: I mentioned to Martin that I remembered a similar Scala 2 ticket or PR, but after about 10 minutes of digging just now I failed to find it and gave up)
The text was updated successfully, but these errors were encountered:
this seems surprising and wrong, and quite difficult to troubleshoot if you don't think to look in the filesystem for an explanation:
whereas in Scala 2:
(aside: I mentioned to Martin that I remembered a similar Scala 2 ticket or PR, but after about 10 minutes of digging just now I failed to find it and gave up)
The text was updated successfully, but these errors were encountered: