2d2f1125a9
#KT-26042 Fixed
7 lines
78 B
Plaintext
Vendored
7 lines
78 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
foo(1, 2)
|
|
}
|
|
|
|
fun foo(i: Int, j: Int) = i + j |