Join Slack
Powered by
data classes do not have a different base class.
# getting-started
s
Shawn
10/17/2018, 12:33 AM
data classes do not have a different base class.
v
ValV
10/17/2018, 4:10 PM
And what about `enum`s? Are they also of type
Any
? Or they're
Enum
?
s
Shawn
10/17/2018, 4:17 PM
Everything derives from
Any
, including
Enum<E>
🙏 1
3
Views
Open in Slack
Previous
Next