given: ``` interface Restriction data class Simpl...
# strikt
r
given:
Copy code
interface Restriction

data class SimpleRestriction(val restrictionList: String) : Restriction