The common type of `MatchResult` and `List` is `An...
# getting-started
r
The common type of
MatchResult
and
List
is
Any
, so your statement returns
Any
, which does not have
componentN
functions.