| package test | |
| public interface Test { | |
| public companion object Companion { | |
| private constructor Companion() | |
| public const final val valProp: kotlin.Int | |
| } | |
| } | |
| public/*package*/ open class staticTraitProperty { | |
| public/*package*/ constructor staticTraitProperty() | |
| // Static members | |
| public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit | |
| } |