// EXTRACTION_TARGET: property with initializer class A { val i: Int init { i = 1 } fun foo(): Int { return 1 + 2 } }