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