Set primary constructor and its properties actual in "create actual"
So #KT-20044 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// "Create actual class for platform JVM" "true"
|
||||
|
||||
expect class <caret>WithPrimaryConstructor(x: Int, s: String)
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Create actual class for platform JVM" "true"
|
||||
|
||||
expect class WithPrimaryConstructor(x: Int, s: String)
|
||||
+1
@@ -0,0 +1 @@
|
||||
// WithPrimaryConstructor: to be implemented
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// WithPrimaryConstructor: to be implemented
|
||||
actual class WithPrimaryConstructor actual constructor(x: Int, s: String)
|
||||
Reference in New Issue
Block a user