Generated constructors with default parameter values are marked with kotlin.jvm.overloads annotation
This commit is contained in:
@@ -1 +1 @@
|
||||
class C(private val string: String, a: Int = string.length())
|
||||
class C [overloads] (private val string: String, a: Int = string.length())
|
||||
|
||||
Reference in New Issue
Block a user