// EXTRACTION_TARGET: lazy property // SIBLING: class A(val a: Int){ fun foo() = a + 1 }