981d471ebe
and KT-8434 Removing parameter with default value from function in different module breaks incremental compilation #KT-9843 Fixed #KT-8434 Fixed
4 lines
58 B
Plaintext
Vendored
4 lines
58 B
Plaintext
Vendored
package a
|
|
|
|
fun foo(s: String, x: Int = 10, y:Int = 20) {}
|