Fix bytecode generation of binary expressions. Fix bytecode generation of query operator. Fix tests.
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
var x = 0;
|
||||
assert(x - (x = 1) !== -1)
|
||||
assert(x - (x = 1) === -1)
|
||||
Reference in New Issue
Block a user