mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
package test
|
|
|
|
internal final class SimpleClassObject {
|
|
/*primary*/ public constructor SimpleClassObject()
|
|
|
|
internal companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
}
|
|
}
|