<@U61EJ4P4J> At least ``` sealed class FeatureFlag...
# getting-started
k
@hho At least
Copy code
sealed class FeatureFlags : Feature {

    object FOO : FeatureFlags()

    override fun name(): String = name()
}
doesn't result in syntax warnings … I'll check if it's working tomorrow 🙂