mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Code completion performs 'typeCheckASTNodeAtLoc()' which ignores 'StmtChecker::ActiveLabeledStmts'. Since this is not necessary for code completions, skip an assertion to verify the correctness of ASTScope. rdar://problem/67102611