package test

internal trait TheTrait {

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