07e908f15f
where the first argument is an expression with an operation #KT-31341 Fixed
6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
Integer<caret>.toString(42 + 24, 16)
|
|
}
|