import java.lang.reflect.Constructor fun foo(constructor: Constructor, args: Array) { constructor.newInstance(*args) }