rename @overloads annotation to @jvmOverloads
Original commit: 1188e57597
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
kotlin.jvm.overloads
|
kotlin.jvm.jvmOverloads
|
||||||
fun f(a: String, b: Int = 5) {
|
fun f(a: String, b: Int = 5) {
|
||||||
|
|
||||||
}
|
}
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
kotlin.jvm.overloads
|
kotlin.jvm.jvmOverloads
|
||||||
fun f(a: String, b: Int = 5) {
|
fun f(a: String, b: Int = 5) {
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user