I am reading “Sealed Classes” in <http://kotlinlan...
# getting-started
f
I am reading “Sealed Classes” in http://kotlinlang.org/docs/reference/classes.html and it makes me think about Swift Enums with “Associated Values” https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Enumerations.html So, it seems the use case it the same then. Right?