07e908f15f
where the first argument is an expression with an operation #KT-31341 Fixed
6 lines
58 B
Plaintext
Vendored
6 lines
58 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
(42 + 24).toString(16)
|
|
}
|