The following test case only produces keyword results. ```swift func run(execute workItem: Int) {} func run(execute work: () -> Void) {} func test() { run { guard let data = #^COMPLETE^# else { return } } } ```