Skip to content

Commit 16e52ff

Browse files
committed
snapshot js changes
1 parent a846eac commit 16e52ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3703
-3722
lines changed

jscomp/test/adt_optimize_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function f11(x) {
153153
if (typeof x === "number") {
154154
return 2;
155155
}
156-
if (!x.TAG) {
156+
if (x.TAG === /* D */0) {
157157
return 1;
158158
}
159159
throw {

0 commit comments

Comments
 (0)