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