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