// PROBLEM: none class A { fun copyOf(x: Int, y: Int) { } } fun test() { A().copyOf(1, 2) }