mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
//+JDK
|
|
|
|
package toplevelObjectDeclarations
|
|
|
|
object CObj {}
|
|
|
|
object DOjb : <!SUPERTYPE_NOT_INITIALIZED_DEFAULT, FINAL_SUPERTYPE!>CObj<!> {} |