3aa2401f19
#KT-32454 Fixed
6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
Integer.<caret>toString(42 + 24, 16)
|
|
}
|