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