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