comparison dmd/LineInitExp.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
8 8
9 class LineInitExp : DefaultInitExp 9 class LineInitExp : DefaultInitExp
10 { 10 {
11 this(Loc loc) 11 this(Loc loc)
12 { 12 {
13 assert(false); 13 super(loc, TOKline, LineInitExp.sizeof);
14 super(loc, TOK.init, 0);
15 } 14 }
16 15
17 Expression semantic(Scope sc) 16 Expression semantic(Scope sc)
18 { 17 {
19 assert(false); 18 assert(false);