mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
8 lines
120 B
Kotlin
Vendored
8 lines
120 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM
|
|
|
|
fun f(s: String) = "$s"
|
|
|
|
fun g(s: String?) = "$s"
|
|
|
|
// 1 valueOf
|
|
// 0 NEW java/lang/StringBuilder |