More attempts to determine when addition is associative
Somebody hit me with bug reports on this. :) Refs #300
This commit is contained in:
@@ -69,6 +69,6 @@ constant_join_2: {
|
||||
var e = [ "foo", "bar", boo(),
|
||||
"foo+1+2+3+bar",
|
||||
"baz", "x", "y" ].join("really-long-separator");
|
||||
var f = "strstr" + variable + "foobar" + ("moo" + foo);
|
||||
var f = "strstr" + variable + "foobarmoo" + foo;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user