Commit d3aaf66
committed
AST: Spot fix for latent issue with thrown error in transformWithPosition()
We probably don't have a way to exercise this, but the thrown error
type appears in the same position as the function, instead of being
invariant. That is, we wish to allow converting `() throws(E) -> ()`
into `() throws(F) -> ()` when E converts to F.1 parent 2269c80 commit d3aaf66
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5045 | 5045 | | |
5046 | 5046 | | |
5047 | 5047 | | |
5048 | | - | |
5049 | | - | |
| 5048 | + | |
5050 | 5049 | | |
5051 | 5050 | | |
5052 | 5051 | | |
| |||
0 commit comments