rename @overloads annotation to @jvmOverloads
This commit is contained in:
@@ -1 +1 @@
|
||||
class C [overloads] (private val string: String, a: Int = string.length())
|
||||
class C [jvmOverloads] (private val string: String, a: Int = string.length())
|
||||
|
||||
Reference in New Issue
Block a user