d0b9b6a3b4
#KT-9170 Fixed
3 lines
51 B
Plaintext
Vendored
3 lines
51 B
Plaintext
Vendored
fun foo(i: Int, i1: Int = 1) {
|
|
val u = i1 + i
|
|
} |