annotate compile/o/opEquals_06_B.d @ 1320:daef239f37cf

sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
author thomask
date Sun, 31 Dec 2006 19:59:08 +0000
parents 1fb137179022
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1209
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
1 // $HeadURL$
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
2 // $Date$
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
3 // $Author$
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
4
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
5 // @author@ Nazo Humei <lovesyao@hotmail.com>
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
6 // @date@ 2006-11-04
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1209
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=479
1209
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
8 // @desc@ [Issue 479] New: can't compare arrayliteral statically with string
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
9
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
10 module dstress.compile.o.opEquals_06_B;
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
11
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
12 static if(['a','b','c','d'] != "abcd"){
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
13 static assert(0);
1fb137179022 [Issue 479] New: can't compare arrayliteral statically with string
thomask
parents:
diff changeset
14 }