is it possible to get method parameters named from method invocation? example:
org.jetbrains.kotlin.psi.KtDotQualifiedExpression = DOT_QUALIFIED_EXPRESSION [SomeClass().someMethod(
1, 2, "aaa"
)]
I like to know all names of the argument of someMethod