package test internal interface TheTrait { internal companion object Companion { /*primary*/ private constructor Companion() } }