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