9da6dcf840
#KT-31587 Fixed
6 lines
175 B
Plaintext
Vendored
6 lines
175 B
Plaintext
Vendored
// Sealed: to be implemented
|
|
actual sealed class Sealed actual constructor() {
|
|
actual object Obj : Sealed()
|
|
actual class Klass actual constructor(x: Int) : Sealed()
|
|
|
|
} |