summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/delete-import.js
blob: b76c028f6f0116a9b469c4c6f4cee6c9cb473551 (plain)
1
2
3
// |jit-test| module; error: SyntaxError
import { a } from "module1.js";
delete a;