Type literals might actually require some special ...
# language-proposals
d
Type literals might actually require some special syntax:
Some::type
currently can resolve to a member reference for
Some.type
e
Why not just
Some
? Only confusion I see arising is it's similarity to constructor references
::Some
, but that doesn't seem like such a big deal.
k
Some
is already a valid reference to the companion object. That would be a good reason
e
Doh. Forgot about those. 🙂 That's kind of a shame.
k
Also a constructor reference