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