mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 01:23:14 +01:00
[svn r75] Fixed the init member in custom enum typeinfo. I don't see any way this could actually need emmision though :/
This commit is contained in:
@@ -7,4 +7,5 @@ void main()
|
||||
}
|
||||
auto ti = typeid(E);
|
||||
assert(ti.next() is typeid(uint));
|
||||
assert(ti.init is null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user