Skip to content

Commit 15f2e38

Browse files
committed
Fix test comment about expected behaviour
1 parent 027bc2d commit 15f2e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IDE/complete_keypath_member_lookup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ struct GenericRoot<T> {
289289
func testGenericRoot1(r: GenericRoot<Point>) {
290290
r.#^testGenericRoot1^#
291291
}
292-
// FIXME: Type should be substituted to Point.
292+
// FIXME: Type should be substituted to Int.
293293
// testGenericRoot1: Decl[InstanceVar]/CurrNominal: foo[#T#];
294294

295295
class C {

0 commit comments

Comments
 (0)