Skip to content

Commit 6801d10

Browse files
committed
spelling: rewriter
Signed-off-by: Josh Soref <[email protected]>
1 parent a3f3f70 commit 6801d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/attr_dynamic_member_lookup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ func test_infinite_self_recursion() {
763763
// expected-error@-1 {{value of type 'Recurse<Int>' has no dynamic member 'foo' using key path from root type 'Recurse<Int>'}}
764764
}
765765

766-
// rdar://problem/60225883 - crash during solution application (ExprRewritter::buildKeyPathDynamicMemberIndexExpr)
766+
// rdar://problem/60225883 - crash during solution application (ExprRewriter::buildKeyPathDynamicMemberIndexExpr)
767767
func test_combination_of_keypath_and_string_lookups() {
768768
@dynamicMemberLookup
769769
struct Outer {

0 commit comments

Comments
 (0)