Commit edd366b
Fix #30147 partially applied function crash.
Occurs when there are both bounds and also partially provided type
args. Attempt to still perform substitution analysis even during
partial application, so long as the partial application warning is
still provided.
Bug: 30147
Change-Id: I25a6dabe458494ee9fd6c53aeba75883c3143816
Reviewed-on: https://dart-review.googlesource.com/26040
Commit-Queue: Mike Fairhurst <[email protected]>
Reviewed-by: Brian Wilkerson <[email protected]>1 parent b53e4e4 commit edd366b
File tree
2 files changed
+24
-3
lines changed- pkg/analyzer
- lib/src/generated
- test/generated
2 files changed
+24
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6246 | 6246 | | |
6247 | 6247 | | |
6248 | 6248 | | |
6249 | | - | |
6250 | | - | |
6251 | | - | |
| 6249 | + | |
| 6250 | + | |
| 6251 | + | |
| 6252 | + | |
| 6253 | + | |
| 6254 | + | |
| 6255 | + | |
| 6256 | + | |
6252 | 6257 | | |
6253 | 6258 | | |
6254 | 6259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3441 | 3441 | | |
3442 | 3442 | | |
3443 | 3443 | | |
| 3444 | + | |
| 3445 | + | |
| 3446 | + | |
| 3447 | + | |
| 3448 | + | |
| 3449 | + | |
| 3450 | + | |
| 3451 | + | |
| 3452 | + | |
| 3453 | + | |
| 3454 | + | |
| 3455 | + | |
| 3456 | + | |
| 3457 | + | |
| 3458 | + | |
| 3459 | + | |
3444 | 3460 | | |
3445 | 3461 | | |
3446 | 3462 | | |
| |||
0 commit comments