comparison dmd/ArrayScopeSymbol.d @ 49:0aa7d1437ada

AttribDeclaration.oneMember Lexer.decodeUTF WithStatement.ctor StructDeclaration.syntaxCopy CtorDeclaration.syntaxCopy ConditionalStatement.syntaxCopy ProtDeclaration.syntaxCopy ArrayScopeSymbol.this TemplateDeclaration.toChars
author korDen
date Sat, 21 Aug 2010 07:53:20 +0400
parents 4caad35a6ceb
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
48:0bd8afbaffd7 49:0aa7d1437ada
40 this.sc = sc; 40 this.sc = sc;
41 } 41 }
42 42
43 this(Scope sc, TypeTuple t) 43 this(Scope sc, TypeTuple t)
44 { 44 {
45 assert(false); 45 exp = null;
46 type = t;
47 td = null;
48 this.sc = sc;
46 } 49 }
47 50
48 this(Scope sc, TupleDeclaration s) 51 this(Scope sc, TupleDeclaration s)
49 { 52 {
50 exp = null; 53 exp = null;