package test

internal trait TheTrait {

    internal default object Default {
        /*primary*/ private constructor Default()
    }
}
