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