mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
12 lines
319 B
Plaintext
Vendored
12 lines
319 B
Plaintext
Vendored
package test
|
|
|
|
public final class ClassObjectDeclaresProperty {
|
|
/*primary*/ public constructor ClassObjectDeclaresProperty()
|
|
|
|
public companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
public final val i: kotlin.Int
|
|
public final fun <get-i>(): kotlin.Int
|
|
}
|
|
}
|