I have template like this:
val line = """
<- tabs here -> ${generateText()}
"""
Is it possible to get position of this ${...} to keep formatting (in case multi line result of generateText()?
Or maybe somebody can point me where I can check it in Kotlin source code?