mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
7 lines
113 B
Kotlin
Vendored
7 lines
113 B
Kotlin
Vendored
const val empty = ""
|
|
|
|
val test1 = ""
|
|
val test2 = "abc$empty"
|
|
val test3 = "$empty$empty$empty"
|
|
|
|
// 0 StringBuilder |