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