dmd/compiler/test/compilable/imports/aliasdump.d
mhh 1018529706 Fix Issue 23369 - Let more symbols be imported multiple times.
The bug complains about the error message but the underlying problem here is that
the error doesn't trigger at all for most other kinds of symbols.
2022-09-29 20:21:57 +01:00

3 lines
48 B
D

alias iainBuclaw = ulong; ///
enum aaa : int;