We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f3f70 commit 6801d10Copy full SHA for 6801d10
test/attr/attr_dynamic_member_lookup.swift
@@ -763,7 +763,7 @@ func test_infinite_self_recursion() {
763
// expected-error@-1 {{value of type 'Recurse<Int>' has no dynamic member 'foo' using key path from root type 'Recurse<Int>'}}
764
}
765
766
-// rdar://problem/60225883 - crash during solution application (ExprRewritter::buildKeyPathDynamicMemberIndexExpr)
+// rdar://problem/60225883 - crash during solution application (ExprRewriter::buildKeyPathDynamicMemberIndexExpr)
767
func test_combination_of_keypath_and_string_lookups() {
768
@dynamicMemberLookup
769
struct Outer {
0 commit comments