[K1] Fix string offsets to include quotes in the same way it's done in FIR

This commit is contained in:
Artem Kobzar
2024-02-02 14:43:46 +00:00
committed by Space Team
parent 434470a4f5
commit 4f521aa05c
42 changed files with 147 additions and 154 deletions
@@ -1,3 +1,5 @@
// FIR_IDENTICAL
fun lookAtMe(f: String.() -> Unit) {
"123".
f()