Commit cfd8f90
committed
Wrap Java's instantiation in a module since it's in the top-level scope
Unlike other languages, Java exported 'ViewCfgQuery' in top-level of the default import (java.qll).
But after the rename to ViewGraphQuery the name is too ambiguous. We can't make an alias for a parameterised module, so instead wrapping it in a module named 'PrintCfg'.1 parent 654fa9e commit cfd8f90
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1788 | 1788 | | |
1789 | 1789 | | |
1790 | 1790 | | |
1791 | | - | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
0 commit comments