6 lines
62 B
Kotlin
Vendored
6 lines
62 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
Integer.<caret>toString(5)
|
|
}
|