538a746df9
#KT-17119 Fixed
3 lines
87 B
Plaintext
Vendored
3 lines
87 B
Plaintext
Vendored
// FIX: Convert to run { ... }
|
|
// WITH_RUNTIME
|
|
fun test(a: Int, b: Int) = run { a + b } |