class A { default object { fun invoke(i: Int) = i } } fun test() = A(1)