Commit 64ee283
authored
remove ambiguous implicits (#1020)
prior to this we had two conversion paths from `nodes.TrackingPoint`
to `AstNode[nodes.AstNode]`, which would lead to ambiguous implicits
that don't resolve, e.g. for `cpg.call.where(_.argument.order(1).isIdentifier)`
re joernio/joern#3821 parent d3ebf88 commit 64ee283
1 file changed
Lines changed: 6 additions & 9 deletions
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
0 commit comments