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