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