Skip to content

Commit 64906bd

Browse files
authored
Add anchor for linking.
1 parent 08c7553 commit 64906bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

working/augmentation-libraries/parts_with_imports.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ the Dart file, or if the file is a *sub-part* of a file included by the
359359
*included by* relation. We’ll refer to it by saying either that one Dart
360360
file is an ancestor file of another part file, or that a part file is a
361361
sub-part of another Dart file.
362-
* _It’s a compile-time error if a part file is a sub-part of itself._
362+
* <a name="part_cycle">_It’s a compile-time error if a part file is a sub-part
363+
of itself._</a>
363364
That is, if the *includes* relation has a cycle. This is not a *necessary*
364365
error from the language's perspective, since no library can contain such a
365366
part file without introducing another error; at the first `part` directive

0 commit comments

Comments
 (0)