// RUN: %batch-code-completion struct Test { var currentHeight: Int func subscribeToKeyboardEvents() { objectAndKeyPath(object: self, keyPath: \.#^COMPLETE^#) } } func objectAndKeyPath(object: Root, keyPath: WritableKeyPath) {} // COMPLETE: Decl[InstanceVar]/CurrNominal: currentHeight[#Int#]; name=currentHeight