// KIND: STANDALONE_LLDB // FIR_IDENTICAL // FILE: kt47198.kt fun foo(a:Int){ print("a: ${'$'}a") } fun main() { foo(33) }