comparison dmd/TypeNext.d @ 187:b0d41ff5e0df

Added expandability scheme outlined in http://www.dsource.org/forums/viewtopic.php?t=5659&sid=6f2150ff5b0bffcd47512a6a7608d218
author Abscissa
date Tue, 07 Jun 2011 23:37:34 -0400
parents e3afd1303184
children
comparison
equal deleted inserted replaced
186:1a0c1126bc46 187:b0d41ff5e0df
8 import dmd.Loc; 8 import dmd.Loc;
9 import dmd.Scope; 9 import dmd.Scope;
10 import dmd.MATCH; 10 import dmd.MATCH;
11 import dmd.MOD; 11 import dmd.MOD;
12 12
13 import dmd.DDMDExtensions;
14
13 class TypeNext : Type 15 class TypeNext : Type
14 { 16 {
17 mixin insertMemberExtension!(typeof(this));
18
15 Type next; 19 Type next;
16 20
17 this(TY ty, Type next) 21 this(TY ty, Type next)
18 { 22 {
19 register(); 23 register();