Create actual: add delegation to secondary constructor, if needed
#KT-26518 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect class <caret>Constructors(s: String) {
|
||||
constructor(i: Int)
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect class <caret>Constructors(s: String) {
|
||||
constructor(i: Int)
|
||||
}
|
||||
Reference in New Issue
Block a user