Join Slack
Communities
Powered by
Q: why is `val o = object : SomeSuperType { … }` o...
# language-proposals
n
natpryce
01/15/2016, 9:17 PM
Q: why is
val o = object : SomeSuperType { … }
ok within a function but
object o : SomeSuperType { … }
an error?
Open in Slack
Previous
Next