class A { constructor(i: Int) } fun call() { val a = A(42) }