comparison dmd/SuperExp.d @ 58:ecf732dfe11e

Statement.error Dsymbol.equals SuperExp.toCBuffer DotVarExp.isLvalue FuncExp.toChars
author korDen
date Sat, 21 Aug 2010 14:52:59 +0400
parents 10317f0c89a5
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
57:3adbb28755e8 58:ecf732dfe11e
102 return this; 102 return this;
103 } 103 }
104 104
105 void toCBuffer(OutBuffer buf, HdrGenState* hgs) 105 void toCBuffer(OutBuffer buf, HdrGenState* hgs)
106 { 106 {
107 assert(false); 107 buf.writestring("super");
108 } 108 }
109 109
110 void scanForNestedRef(Scope sc) 110 void scanForNestedRef(Scope sc)
111 { 111 {
112 assert(false); 112 assert(false);