Is it possible, from a compiler plugin, to get the original source code for the call site of a function? Is this something being considered/possible for the new IR compiler plugins? I've been poking around in the Kotlin repository trying to figure out if an idea I have for a plugin is even possible. I found
org.jetbrains.kotlin.ir.SourceManager
but I'm not sure if that can be used to read the source file given an