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