Skip to content

Commit 9aaeadc

Browse files
authored
Merge pull request #8479 from RazvanN7/Refactor
Move semantic methods out of expression.d
2 parents f36c111 + beaa1cf commit 9aaeadc

File tree

5 files changed

+967
-970
lines changed

5 files changed

+967
-970
lines changed

src/dmd/attrib.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import dmd.dscope;
2121
import dmd.dsymbol;
2222
import dmd.dsymbolsem;
2323
import dmd.expression;
24+
import dmd.expressionsem;
2425
import dmd.func;
2526
import dmd.globals;
2627
import dmd.hdrgen;

0 commit comments

Comments
 (0)