package test {
    class C constructor()
    fun C.builder(c: C.() -> Unit)
}