package test interface Test { companion object { public val valProp: Int = 10 } }