// EXTRACTION_TARGET: property with initializer val prop = 1 fun foo(): String { return "abc${prop}def" }