dave08
03/17/2019, 3:07 PMList<Restriction>
where Restriction
is an interface. So I use get(0).isA<SimpleRestriction>().get { restrictionList }
but it doesn't see the property restrictionList
declared as a public val in `SimpleRestriction`'s constructor... what could this be?