mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-15 15:53:36 +00:00
7 lines
103 B
Kotlin
Vendored
7 lines
103 B
Kotlin
Vendored
fun foo() {
|
|
val a = 1
|
|
val <caret>x = """_
|
|
$a:${a + 1}
|
|
_"""
|
|
val y = """!!x=$x!!"""
|
|
} |