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