| package test | |
| public final class ClassObjectDeclaresProperty { | |
| /*primary*/ public constructor ClassObjectDeclaresProperty() | |
| public companion object Companion { | |
| /*primary*/ private constructor Companion() | |
| public final val i: kotlin.Int = 1 | |
| public final fun <get-i>(): kotlin.Int | |
| } | |
| } |