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 7aa776d commit d60f1f9Copy full SHA for d60f1f9
toolchain/check/testdata/generic/extend_type_completion.carbon
@@ -69,7 +69,7 @@ interface I(N:! i32) {
69
extend require impls J(N);
70
}
71
72
-// I extend J extends K so the type of K is completed, but is invalid.
+// I extends J extends K so the type of K is completed, but is invalid.
73
//
74
// TODO: The error location should be the type, like in the class case above. We
75
// need a location for the type in context.bind_name_map() to use as the
0 commit comments