comparison dmd/ArrayScopeSymbol.d @ 38:4caad35a6ceb

ArrayScopeSymbol ctor implemented
author korDen
date Sat, 21 Aug 2010 07:06:00 +0400
parents 10317f0c89a5
children 0aa7d1437ada
comparison
equal deleted inserted replaced
37:38a17310d587 38:4caad35a6ceb
43 this(Scope sc, TypeTuple t) 43 this(Scope sc, TypeTuple t)
44 { 44 {
45 assert(false); 45 assert(false);
46 } 46 }
47 47
48 this(Scope sc, TupleDeclaration td) 48 this(Scope sc, TupleDeclaration s)
49 { 49 {
50 assert(false); 50 exp = null;
51 type = null;
52 td = s;
53 this.sc = sc;
51 } 54 }
52 55
53 Dsymbol search(Loc loc, Identifier ident, int flags) 56 Dsymbol search(Loc loc, Identifier ident, int flags)
54 { 57 {
55 //printf("ArrayScopeSymbol.search('%s', flags = %d)\n", ident.toChars(), flags); 58 //printf("ArrayScopeSymbol.search('%s', flags = %d)\n", ident.toChars(), flags);