Skip to content

Commit d60f1f9

Browse files
committed
extends
1 parent 7aa776d commit d60f1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/check/testdata/generic/extend_type_completion.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ interface I(N:! i32) {
6969
extend require impls J(N);
7070
}
7171

72-
// I extend J extends K so the type of K is completed, but is invalid.
72+
// I extends J extends K so the type of K is completed, but is invalid.
7373
//
7474
// TODO: The error location should be the type, like in the class case above. We
7575
// need a location for the type in context.bind_name_map() to use as the

0 commit comments

Comments
 (0)