[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:
Tomas Lindquist Olsen
2007-10-28 19:48:57 +01:00
parent 449db38d75
commit 848ecbed0d
2 changed files with 18 additions and 3 deletions

View File

@@ -7,4 +7,5 @@ void main()
}
auto ti = typeid(E);
assert(ti.next() is typeid(uint));
assert(ti.init is null);
}