Generated constructors with default parameter values are marked with kotlin.jvm.overloads annotation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class A(nested: A.Nested = A.Nested(A.Nested.FIELD)) {
|
||||
class A [overloads] (nested: A.Nested = A.Nested(A.Nested.FIELD)) {
|
||||
|
||||
class Nested(p: Int) {
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user