pavlospt
08/03/2018, 7:10 AMexpression.getCallNameExpression()?.textMatches("forEach")
where expression
is a KtCallExpression
and I would like to also check that the class of the caller is a Map
or something implementing a Map
. This is the part though where I am getting it wrong, because it does not seem to be like UAST, where you can check the qualifiedName
of elements.schalkms
08/03/2018, 10:46 AMschalkms
08/03/2018, 10:46 AMpavlospt
08/03/2018, 10:47 AMpavlospt
08/03/2018, 10:47 AM