// EXTRACT_AS_PROPERTY val n: Int = 1 // SIBLING: fun foo(): Int { return n + 1 }