Commit c339839
[VM/Service] Ensure that wildcard_test.dart exercises the VM Service's
The test didn't catch #60121
because it was defining a named function and the compiler can optimize
wildcard parameters out of named functions.
TEST=confirmed that wildcard_test test passes with the changes in
411ca9c
and fails without them.
Issue: #60121
Change-Id: I67b17b0b1656cb49fc72a9c695e2494b6d9dd184
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/410220
Reviewed-by: Jessy Yameogo <[email protected]>
Commit-Queue: Derek Xu <[email protected]>Frame building code1 parent 64a9566 commit c339839
1 file changed
+11
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | | - | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
0 commit comments