Skip to content

Commit

Permalink
[mtype.d] restrict semantic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator committed Oct 8, 2024
1 parent 0556e02 commit 12a7c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dmd/mtype.d
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import dmd.rootobject;
import dmd.root.stringtable;
import dmd.target;
import dmd.tokens;
import dmd.typesem;
import dmd.typesem : pointerTo, immutableOf, arrayOf;
import dmd.visitor;

enum LOGDOTEXP = 0; // log ::dotExp()
Expand Down

0 comments on commit 12a7c44

Please sign in to comment.