comparison dmd/DefaultInitExp.d @ 13:427f8aa74d28

On the road to make Phobos compilable
author korDen
date Mon, 12 Apr 2010 16:29:33 +0400
parents 10317f0c89a5
children 460959608115
comparison
equal deleted inserted replaced
12:832f71e6f96c 13:427f8aa74d28
11 { 11 {
12 TOK subop; 12 TOK subop;
13 13
14 this(Loc loc, TOK subop, int size) 14 this(Loc loc, TOK subop, int size)
15 { 15 {
16 assert(false); 16 super(loc, TOKdefault, size);
17 super(loc, subop, size); 17 this.subop = subop;
18 } 18 }
19 19
20 Expression resolve(Loc loc, Scope sc) 20 Expression resolve(Loc loc, Scope sc)
21 { 21 {
22 assert(false); 22 assert(false);