02543e165b
and KT-8434 Removing parameter with default value from function in different module breaks incremental compilation
#KT-9843 Fixed
#KT-8434 Fixed
Original commit: 981d471ebe
8 lines
46 B
Plaintext
8 lines
46 B
Plaintext
package a
|
|
|
|
class A {
|
|
fun foo() {
|
|
}
|
|
}
|
|
|