package test

internal trait TheTrait {

    internal companion object Companion {
        /*primary*/ private constructor Companion()
    }
}
