6 lines
74 B
Kotlin
Vendored
6 lines
74 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
val t = Integer.<caret>toString(5) + 7
|
|
}
|