`abstract val thing: String` is essentially a defi...
# announcements
y
abstract val thing: String
is essentially a definition of an abstract getter method. how the getter is implemented, and whether there’s something to initialize, is up to the implementing class