Use OverrideMemberChooserObject to generate also primary constructors
Relates to KT-27093 and similar problems
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create actual class for module proj_JVM (JVM)" "true"
|
||||
|
||||
import kotlin.random.Random
|
||||
|
||||
expect class My<caret>Generator(r: Random) {
|
||||
val i: Int
|
||||
}
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// "Create actual class for module proj_JVM (JVM)" "true"
|
||||
|
||||
import kotlin.random.Random
|
||||
|
||||
expect class My<caret>Generator(r: Random) {
|
||||
val i: Int
|
||||
}
|
||||
Reference in New Issue
Block a user