Skip to content

Commit

Permalink
Add anchor for linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrhn authored Sep 11, 2024
1 parent 08c7553 commit 64906bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion working/augmentation-libraries/parts_with_imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ the Dart file, or if the file is a *sub-part* of a file included by the
*included by* relation. We’ll refer to it by saying either that one Dart
file is an ancestor file of another part file, or that a part file is a
sub-part of another Dart file.
* _It’s a compile-time error if a part file is a sub-part of itself._
* <a name="part_cycle">_It’s a compile-time error if a part file is a sub-part
of itself._</a>
That is, if the *includes* relation has a cycle. This is not a *necessary*
error from the language's perspective, since no library can contain such a
part file without introducing another error; at the first `part` directive
Expand Down

0 comments on commit 64906bd

Please sign in to comment.