Commit ed43dec
committed
Concurrency: Skip Patterns when checking isolation
Due to a quirk of the ASTVisitor, we would then visit
accessors twice, the first time as part of the
PatternBindingDecl inside the TopLevelCodeDecl, and
at that point the accessor body has not yet been
type checked.1 parent 3b29aad commit ed43dec
File tree
2 files changed
+24
-0
lines changed- lib/Sema
- test/Concurrency
2 files changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2624 | 2624 | | |
2625 | 2625 | | |
2626 | 2626 | | |
| 2627 | + | |
| 2628 | + | |
| 2629 | + | |
| 2630 | + | |
| 2631 | + | |
| 2632 | + | |
| 2633 | + | |
2627 | 2634 | | |
2628 | 2635 | | |
2629 | 2636 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments