mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
8 lines
155 B
Plaintext
Vendored
8 lines
155 B
Plaintext
Vendored
// "Create actual class for module testModule_JS (JS)" "true"
|
|
|
|
expect sealed class Sealed
|
|
|
|
expect object Obj : Sealed
|
|
|
|
expect class Klass(x: Int) : Sealed
|