Commit 032fe8a
committed
Re-classify tests
- For i15922, it should not work, as both bad1 and bad2 leak scoped
capabilities. It is moved to neg tests.
- For future-traverse.scala, we could make it work this way. Previously it won't
compile because we instantiated the type parameter of `successful` with a
universal capability, but actually we needn't do that: we could well pick a
local reach capability, as is done in this commit.
- For i15749a.scala, it should work but sadly not right now, due to a limitation
of our current implementation.1 parent 6e4cd60 commit 032fe8a
File tree
3 files changed
+5
-4
lines changed- tests
- neg-custom-args/captures
- pos-custom-args/captures
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments