Create actual: add delegation to secondary constructor, if needed
#KT-26518 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
// Constructors: to be implemented
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// Constructors: to be implemented
|
||||
actual class Constructors actual constructor(s: String) {
|
||||
actual constructor(i: Int) : this() {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user