Set primary constructor and its properties actual in "create actual"
So #KT-20044 Fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Sealed: to be implemented
|
||||
actual sealed class Sealed {
|
||||
actual object Obj : Sealed
|
||||
actual class Klass(x: Int) : Sealed
|
||||
actual class Klass actual constructor(x: Int) : Sealed
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user