Commit f677d94
[analyzer] Document that clients shouldn't create classes based on SyntacticEntity.
We never intended for clients to be able to create their own classes
that implement `SyntacticEntity`. Explicitly documenting that they
shouldn't do so makes it safer to add members to the class in the
future.
Change-Id: I6a6a696465b98a1f3363222e9e61889514110ba9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/467644
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>1 parent 6ae9152 commit f677d94
2 files changed
+4
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments