comparison dmd/PtrExp.d @ 61:4ae0d790a452

OnScopeStatement.syntaxCopy PtrExp.isLvalue InExp.opId
author korDen
date Mon, 23 Aug 2010 03:01:24 +0400
parents 10317f0c89a5
children cab4c37afb89
comparison
equal deleted inserted replaced
60:a8740d0dbea4 61:4ae0d790a452
80 return this; 80 return this;
81 } 81 }
82 82
83 int isLvalue() 83 int isLvalue()
84 { 84 {
85 assert(false); 85 return 1;
86 } 86 }
87 87
88 Expression toLvalue(Scope sc, Expression e) 88 Expression toLvalue(Scope sc, Expression e)
89 { 89 {
90 static if (false) { 90 static if (false) {