comparison dmd/ArrayLiteralExp.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 10317f0c89a5
children ee3a9f34dc48
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
238 } 238 }
239 239
240 return this; 240 return this;
241 } 241 }
242 242
243 Expression interpret(InterState* istate) 243 Expression interpret(InterState istate)
244 { 244 {
245 assert(false); 245 assert(false);
246 } 246 }
247 247
248 MATCH implicitConvTo(Type t) 248 MATCH implicitConvTo(Type t)