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