Commit 6d7f377
analyzer: mock SDK: correct declarations in math library
* `min` and `max` are external.
* Random is an `abstract interface` class (and it's members can be
abstract).
Change-Id: I5e1e6f0d3c89aecfb1c83b09a96f0910511f8d5b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/451540
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Samuel Rawlins <[email protected]>1 parent a926784 commit 6d7f377
File tree
2 files changed
+10
-7
lines changed- pkg/analyzer
- lib/src/test_utilities
- test/src/dart/analysis
2 files changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1535 | 1535 | | |
1536 | 1536 | | |
1537 | 1537 | | |
1538 | | - | |
1539 | | - | |
| 1538 | + | |
| 1539 | + | |
1540 | 1540 | | |
1541 | 1541 | | |
1542 | 1542 | | |
1543 | | - | |
| 1543 | + | |
1544 | 1544 | | |
1545 | 1545 | | |
1546 | | - | |
1547 | | - | |
1548 | | - | |
1549 | | - | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
1550 | 1551 | | |
1551 | 1552 | | |
1552 | 1553 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
| 995 | + | |
| 996 | + | |
995 | 997 | | |
996 | 998 | | |
997 | 999 | | |
| |||
0 commit comments