Change Signature: Match calls of different overloads generated due to @JvmOverloads annotation
#KT-9020 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@file:JvmName("Foo")
|
||||
|
||||
@JvmOverloads
|
||||
fun foo(
|
||||
x: Int = 0,
|
||||
z: String = "0",
|
||||
y: Double = 0.0
|
||||
) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user