comparison dmd/GotoDefaultStatement.d @ 51:b7d29f613539

StaticAssertStatement.syntaxCopy IfStatement.syntaxCopy CompoundDeclarationStatement.syntaxCopy VoidInitializer.syntaxCopy TypeAArray.syntaxCopy TypeTypeof.syntaxCopy TypeAArray.resolve TypeSArray.deduceType TypeAArray.deduceType TypeAArray.implicitConvTo TemplateDeclaration.leastAsSpecialized TemplateTypeParameter.dummyArg TypeIdentifier.deduceType TemplateTypeParameter.syntaxCopy Lexer.hexStringConstant Lexer.delimitedStringConstant GotoDefaultStatement.ctor CaseRangeStatement.ctor Type.castMod StorageClassDeclaration.syntaxCopy TemplateDeclaration.syntaxCopy
author korDen
date Sat, 21 Aug 2010 11:17:42 +0400
parents 10317f0c89a5
children cab4c37afb89
comparison
equal deleted inserted replaced
50:adf6f7f216ea 51:b7d29f613539
15 { 15 {
16 SwitchStatement sw; 16 SwitchStatement sw;
17 17
18 this(Loc loc) 18 this(Loc loc)
19 { 19 {
20 assert(false);
21 super(loc); 20 super(loc);
21 sw = null;
22 } 22 }
23 23
24 Statement syntaxCopy() 24 Statement syntaxCopy()
25 { 25 {
26 assert(false); 26 assert(false);