fixup! [IR] Remove `copyWithOffsets` methods
diff --git a/plugins/compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/LiveLiteralTransformer.kt b/plugins/compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/LiveLiteralTransformer.kt
index dece8ee..2f26d73 100644
--- a/plugins/compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/LiveLiteralTransformer.kt
+++ b/plugins/compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower/LiveLiteralTransformer.kt
@@ -376,8 +376,8 @@
             // Move the start/endOffsets to the call of the getter since we don't
             // want to step into <clinit> in the debugger.
             literalValue = expression.deepCopyWithSymbols().apply {
-                startOffset = expression.startOffset
-                endOffset = expression.endOffset
+                startOffset = UNDEFINED_OFFSET
+                endOffset = UNDEFINED_OFFSET
             },
             literalType = expression.type,
             startOffset = expression.startOffset