comparison dmd/TypeAArray.d @ 73:ef02e2e203c2

Updating to dmd2.033
author korDen
date Sat, 28 Aug 2010 19:42:41 +0400
parents 2e2a5c3f943a
children be2ab491772e
comparison
equal deleted inserted replaced
72:2e2a5c3f943a 73:ef02e2e203c2
122 { 122 {
123 case Tbool: 123 case Tbool:
124 case Tfunction: 124 case Tfunction:
125 case Tvoid: 125 case Tvoid:
126 case Tnone: 126 case Tnone:
127 case Ttuple:
127 error(loc, "can't have associative array key of %s", index.toBasetype().toChars()); 128 error(loc, "can't have associative array key of %s", index.toBasetype().toChars());
128 break; 129 break;
129 default: 130 default:
130 break; /// 131 break; ///
131 } 132 }