I guess I find the difference between `val o = obj...
# language-proposals
n
I guess I find the difference between
val o = object : Xxx
and
object o : Xxx
to be confusing