JS: Fix copy pasta

This commit is contained in:
Asger F
2019-11-26 16:23:28 +00:00
parent 142c83f38f
commit 4d25bfc038

View File

@@ -72,5 +72,5 @@ function phi2() {
} else {
x = null;
}
sink(x); // OK
sink(x); // NOT OK
}