Looking for a link to better understand the Kotlin compiler phases in particular and the compiler itself in general. My goal is get a KtNamedDeclaration given a KtCallExpression for
println("hello world")
. I will use this declaration later to find all references to it.