comparison dmd/InExp.d @ 61:4ae0d790a452

OnScopeStatement.syntaxCopy PtrExp.isLvalue InExp.opId
author korDen
date Mon, 23 Aug 2010 03:01:24 +0400
parents d42cd5917df4
children 6557375aff35
comparison
equal deleted inserted replaced
60:a8740d0dbea4 61:4ae0d790a452
6 import dmd.Scope; 6 import dmd.Scope;
7 import dmd.IRState; 7 import dmd.IRState;
8 import dmd.BinExp; 8 import dmd.BinExp;
9 import dmd.TOK; 9 import dmd.TOK;
10 import dmd.Type; 10 import dmd.Type;
11 import dmd.Id;
11 import dmd.TY; 12 import dmd.TY;
12 import dmd.TypeAArray; 13 import dmd.TypeAArray;
13 14
14 import dmd.expression.util.arrayTypeCompatible; 15 import dmd.expression.util.arrayTypeCompatible;
15 16
62 return 0; 63 return 0;
63 } 64 }
64 65
65 Identifier opId() 66 Identifier opId()
66 { 67 {
67 assert(false); 68 return Id.opIn;
68 } 69 }
69 70
70 Identifier opId_r() 71 Identifier opId_r()
71 { 72 {
72 assert(false); 73 assert(false);