96ba3b873e
Two tests to check recompilation when parameter with default value was added or removed without changing use-site.
6 lines
57 B
Kotlin
Vendored
6 lines
57 B
Kotlin
Vendored
package test
|
|
|
|
fun f(x: Any) {
|
|
println("f(x: Any)")
|
|
}
|