comparison dmd/ThisExp.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 10317f0c89a5
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
100 error("'this' is only defined in non-static member functions, not %s", sc.parent.toChars()); 100 error("'this' is only defined in non-static member functions, not %s", sc.parent.toChars());
101 type = Type.terror; 101 type = Type.terror;
102 return this; 102 return this;
103 } 103 }
104 104
105 Expression interpret(InterState* istate) 105 Expression interpret(InterState istate)
106 { 106 {
107 assert(false); 107 assert(false);
108 } 108 }
109 109
110 bool isBool(bool result) 110 bool isBool(bool result)