// EXTRACTION_TARGET: property with initializer class A { fun foo(): Int { val a = 1 + 2 val b = a*2 val c = b - 1 } }