mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
package test
|
|
|
|
internal final class ClassObjectDeclaresProperty {
|
|
/*primary*/ public constructor ClassObjectDeclaresProperty()
|
|
|
|
internal companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
internal final val i: kotlin.Int = 1
|
|
internal final fun <get-i>(): kotlin.Int
|
|
}
|
|
}
|