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