// TARGET: class A(a: Int) { fun foo() = 1 + 2 } fun test() { A(1) }