- Notifications
You must be signed in to change notification settings - Fork1.7k
Commit2f739bd
[analyzer] Add ClassMemberImpl.augmentKeyword.
All classes derived from `ClassMemberImpl` already had animplementation of `augmentKeyword` except for`PrimaryConstructorBodyImpl` (which was added as part of this CL).In a follow-up CL, this will be used as part of a rewrite of`MemberDuplicateDefinitionVerifier`, to allow members marked `augment`to be excluded from duplicate checking.Change-Id: I6a6a6964b8e41e3e5fde3e17428204d1e0898bbfReviewed-on:https://dart-review.googlesource.com/c/sdk/+/468882Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>Commit-Queue: Paul Berry <paulberry@google.com>1 parent1636ed2 commit2f739bd
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3305 | 3305 | | |
3306 | 3306 | | |
3307 | 3307 | | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
3308 | 3311 | | |
3309 | 3312 | | |
3310 | 3313 | | |
| |||
19635 | 19638 | | |
19636 | 19639 | | |
19637 | 19640 | | |
| 19641 | + | |
| 19642 | + | |
| 19643 | + | |
19638 | 19644 | | |
19639 | 19645 | | |
19640 | 19646 | | |
| |||
0 commit comments
Comments
(0)