Generated constructors with default parameter values are marked with kotlin.jvm.overloads annotation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class A// this is a primary constructor
|
||||
(p: Int = 1) {
|
||||
[overloads] (p: Int = 1) {
|
||||
private val v: Int
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user