Any idea about the last part of my previous commen...
# strikt
d
Any idea about the last part of my previous comment:
Now I have a bit of a problem... I have a test subject returning a
List<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?