class A(a: Int) { val x = 1 + 2 } fun test() { A(1) }